From 57b70dbd9f7ed440f62b140c6991f93f8409b0b3 Mon Sep 17 00:00:00 2001 From: saravanakumar_kandasami Date: Wed, 29 Nov 2017 12:12:43 +0530 Subject: [PATCH] report screens --- application/controllers/report.php | 33 +- application/logs/log-2017-11-29.php | 21072 ++++++++++++++++ application/models/dahsboard_model.php | 99 +- .../views/Report_Material_Master_ItemWise.php | 5 +- application/views/Report_POreleased.php | 4 +- application/views/Report_consolidate.php | 55 +- application/views/Report_costcenter.php | 103 +- application/views/Report_cumulative.php | 10 +- application/views/Report_cumulative_day.php | 6 +- application/views/Report_cumulative_month.php | 6 +- application/views/Report_cumulative_year.php | 6 +- application/views/Report_month_wise.php | 8 +- application/views/Report_openorder.php | 4 +- application/views/Report_purchase.php | 116 +- application/views/Report_supplier.php | 31 +- application/views/Report_totalorders.php | 55 +- application/views/Report_year_wise.php | 6 +- application/views/Report_year_wise_total.php | 6 +- application/views/report_pendingreqst.php | 4 +- 19 files changed, 21415 insertions(+), 214 deletions(-) create mode 100644 application/logs/log-2017-11-29.php diff --git a/application/controllers/report.php b/application/controllers/report.php index 5ade4707..f3ca0109 100755 --- a/application/controllers/report.php +++ b/application/controllers/report.php @@ -66,25 +66,36 @@ class report extends BaseController $this->global['pageTitle'] = 'Siddharth : Reports'; - - - $data['Total']=$this->dahsboard_Model->report_total(); - - + if ($this->input->post('financialyear')) { + $ab = $this->input->post('financialyear'); + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); + $data['finyear']=$this->dahsboard_Model->report_finyear(); + $data['Total']=$this->dahsboard_Model->report_total($fa,$aa); + } + $data['finyear']=$this->dahsboard_Model->report_finyear(); $this->loadviews("Report_totalorders",$this->global,$data, NULL); } public function ccr() { - $this->global['pageTitle'] = 'Siddharth : Reports'; + $this->global['pageTitle'] = 'Siddharth : Reports'; + + if ($this->input->post('financialyear')) { + $ab = $this->input->post('financialyear'); + $fa=substr($ab,0,-5); + $aa=substr($ab,5,5); - - $data['ccrpt']=$this->dahsboard_Model->report_ccr(); - - - $this->loadviews("Report_costcenter",$this->global,$data, NULL); + $data['finyear']=$this->dahsboard_Model->report_finyear(); + $data['ccrpt']=$this->dahsboard_Model->report_ccr($fa,$aa); + + } + $data['finyear']=$this->dahsboard_Model->report_finyear(); + + $this->loadviews("Report_costcenter",$this->global,$data, NULL); + //print_r($data); } diff --git a/application/logs/log-2017-11-29.php b/application/logs/log-2017-11-29.php new file mode 100644 index 00000000..7907531a --- /dev/null +++ b/application/logs/log-2017-11-29.php @@ -0,0 +1,21072 @@ + + +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:06 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:07 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:08 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:09 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:10 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:11 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:12 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:13 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:11:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:14 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:15 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:16 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:17 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:18 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:19 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:20 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:21 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:22 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:23 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:24 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:25 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:26 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:27 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$UOM C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 225 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 242 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$discount C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 243 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 245 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$freight C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 246 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 248 +ERROR - 2017-11-29 07:17:28 --> Severity: Notice --> Undefined property: stdClass::$Package C:\xampp\htdocs\siddharth_application\application\views\Report_purchase.php 249 diff --git a/application/models/dahsboard_model.php b/application/models/dahsboard_model.php index 22019629..a3ca47bd 100755 --- a/application/models/dahsboard_model.php +++ b/application/models/dahsboard_model.php @@ -379,7 +379,7 @@ group by PONO,POType,Dept_Name"; } - function report_total(){ + function report_total($fa,$aa){ $sql="select Dept_Details.DepartmentName As Dept_Name, @@ -391,11 +391,13 @@ group by PONO,POType,Dept_Name"; 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 = '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 JOIN T_Requestion_Master as Req on Req.ReqNo=Mast.ReqNo JOIN T_Employee_Details as Emp_Det on Emp_Det.EmpID=Req.RequestedBy JOIN T_DepartmentDetails Dept_Details on Dept_Details.DEPCode=Emp_Det.Departmentcode +where Mast.PODate >= '".$fa."-04-01' and Mast.PODate <= '".$aa."-03-31' group by Dept_Name"; $query = $this->db->query($sql); return $query->result(); @@ -404,7 +406,7 @@ group by Dept_Name"; } - function report_ccr(){ + function report_ccr($fa,$aa){ $sql="SELECT Cost_Center_Budget.CostCenterCode as Cost_Center_Code, CostCenterName as Cost_Center_Name,group_concat(distinct Dept_Details.DepartmentName) as Dept_Name,Cost_Center_Budget.BudgetType as BudgetType,Cost_Center_Budget.BudgetYear as BudgetYear, @@ -438,7 +440,7 @@ JOIN T_CostCenter_Master Cost_Mast on Cost_Center_Budget.CostCenterCode=Cost_Mas JOIN T_CostCenter_Departments CostCentDept on CostCentDept.CostCenterCode=Cost_Mast.CostCenterCode JOIN T_DepartmentDetails Dept_Details on Dept_Details.DEPCode= CostCentDept.DEPCode left JOIN T_Service_Tax st on st.LineItemNo = PO_Line_Item.LineItemNo -WHERE Cost_Center_Budget.BudgetType = po.POType +WHERE Cost_Center_Budget.BudgetType = po.POType and date(po.CreatedDate) >= '".$fa."-04-01' and date(po.CreatedDate) <= '".$aa."-03-31' group by Cost_Center_Budget.CostCenterCode,Cost_Center_Budget.BudgetYear,Cost_Center_Budget.BudgetType order by Cost_Center_Budget.CostCenterCode"; @@ -469,7 +471,7 @@ group by po.SupplierID,pl.MaterialCode"; function report_MMItem(){ - $sql="SELECT MaterialCode,MaterialName,UOM,Category FROM T_MaterialMaster group by MaterialCode"; + $sql="SELECT MaterialCode,MaterialName,UOM,Category,HSNCODE FROM T_MaterialMaster group by MaterialCode"; $query = $this->db->query($sql); return $query->result(); @@ -496,14 +498,32 @@ order by monthname(matv.CreatedDate)"; function report_purchase($cname,$prod,$fa,$aa,$m,$frm,$t){ - $sql="SELECT pm.PONO as pono,date_format(pm.CreatedDate,'%d-%m-%Y') as created_date, TIME_FORMAT(pm.CreatedDate,'%l:%i %p') as created_time,mm.MaterialName as material_name,sd.SupplierName as supplier_name,ifnull(sum(pl.Quantity),0) as quantity,ifnull(sum(pl.Rate),0) as rate,round(ifnull(sum(pl.Quantity * pl.Rate),0),2) as value,ifnull(sum(st.After_SGST),0) as sgst,ifnull(sum(st.After_CGST),0) as cgst,ifnull(sum(st.After_IGST),0) as igst,round((ifnull(sum(pl.Quantity * pl.Rate),0) + ifnull(sum(st.After_SGST),0) + ifnull(sum(st.After_CGST),0) + ifnull(sum(st.After_IGST),0)),2) as total + $sql="SELECT pm.PONO as pono,date_format(pm.CreatedDate,'%d-%m-%Y') as created_date, +TIME_FORMAT(pm.CreatedDate,'%l:%i %p') as created_time, +mm.MaterialName as material_name,sd.SupplierName as supplier_name, +ifnull(sum(pl.Quantity),0) as quantity,mm.UOM as UOM,ifnull(sum(pl.Rate),0) as rate, +round(ifnull(sum(pl.Quantity * pl.Rate),0),2) as value, +ifnull(if(POType = 'REVENUE',sum(rt.AfterSGST),sum(st.After_SGST)),0) as sgst, +ifnull(if(POType = 'REVENUE',sum(rt.AfterCGST),sum(st.After_CGST)),0) as cgst, +ifnull(if(POType = 'REVENUE',sum(rt.AfterIGST),sum(st.After_IGST)),0) as igst, +ifnull(if(POType = 'REVENUE',sum(rt.AfterDiscount),sum(st.Afterdiscountval)),0) as discount, +ifnull(if(POType = 'REVENUE',sum(rt.AfterFreightValue),sum(st.AfterFreightValue)),0) as freight, +ifnull(if(POType = 'REVENUE',sum(rt.AfterPackagingValue),0),0) as Package, +round((ifnull(sum(pl.Quantity * pl.Rate),0) ++ ifnull(if(POType = 'REVENUE',sum(rt.AfterSGST),sum(st.After_SGST)),0) ++ ifnull(if(POType = 'REVENUE',sum(rt.AfterCGST),sum(st.After_CGST)),0) ++ ifnull(if(POType = 'REVENUE',sum(rt.AfterIGST),sum(st.After_IGST)),0) ++ ifnull(if(POType = 'REVENUE',sum(rt.AfterFreightValue),sum(st.AfterFreightValue)),0) ++ ifnull(if(POType = 'REVENUE',sum(rt.AfterPackagingValue),0),0) +- ifnull(if(POType = 'REVENUE',sum(rt.AfterDiscount),sum(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.PONO>'0' "; +pm.Status != 'ST030' "; if ($cname!= ''){ @@ -548,14 +568,31 @@ $sql.="group by pono,material_name,supplier_name"; function report_purchase_link($cname,$prod,$fa,$aa,$m,$frm,$t,$sid,$mid,$d){ - $sql="SELECT sd.SupplierID as sid,mm.MaterialCode as mid,pm.PONO as pono,date_format(pm.CreatedDate,'%d-%m-%Y') as created_date, TIME_FORMAT(pm.CreatedDate,'%l:%i %p') as created_time,mm.MaterialName as material_name,sd.SupplierName as supplier_name,ifnull(sum(pl.Quantity),0) as quantity,ifnull(sum(pl.Rate),0) as rate,round(ifnull(sum(pl.Quantity * pl.Rate),0),2) as value,ifnull(sum(st.After_SGST),0) as sgst,ifnull(sum(st.After_CGST),0) as cgst,ifnull(sum(st.After_IGST),0) as igst,round((ifnull(sum(pl.Quantity * pl.Rate),0) + ifnull(sum(st.After_SGST),0) + ifnull(sum(st.After_CGST),0) + ifnull(sum(st.After_IGST),0)),2) as total + $sql="SELECT pm.PONO as pono,date_format(pm.CreatedDate,'%d-%m-%Y') as created_date, +TIME_FORMAT(pm.CreatedDate,'%l:%i %p') as created_time, +mm.MaterialName as material_name,sd.SupplierName as supplier_name, +ifnull(sum(pl.Quantity),0) as quantity,mm.UOM as UOM,ifnull(sum(pl.Rate),0) as rate, +round(ifnull(sum(pl.Quantity * pl.Rate),0),2) as value, +ifnull(if(POType = 'REVENUE',sum(rt.AfterSGST),sum(st.After_SGST)),0) as sgst, +ifnull(if(POType = 'REVENUE',sum(rt.AfterCGST),sum(st.After_CGST)),0) as cgst, +ifnull(if(POType = 'REVENUE',sum(rt.AfterIGST),sum(st.After_IGST)),0) as igst, +ifnull(if(POType = 'REVENUE',sum(rt.AfterDiscount),sum(st.Afterdiscountval)),0) as discount, +ifnull(if(POType = 'REVENUE',sum(rt.AfterFreightValue),sum(st.AfterFreightValue)),0) as freight, +ifnull(if(POType = 'REVENUE',sum(rt.AfterPackagingValue),0),0) as Package, +round((ifnull(sum(pl.Quantity * pl.Rate),0) ++ ifnull(if(POType = 'REVENUE',sum(rt.AfterSGST),sum(st.After_SGST)),0) ++ ifnull(if(POType = 'REVENUE',sum(rt.AfterCGST),sum(st.After_CGST)),0) ++ ifnull(if(POType = 'REVENUE',sum(rt.AfterIGST),sum(st.After_IGST)),0) ++ ifnull(if(POType = 'REVENUE',sum(rt.AfterFreightValue),sum(st.AfterFreightValue)),0) ++ ifnull(if(POType = 'REVENUE',sum(rt.AfterPackagingValue),0),0) +- ifnull(if(POType = 'REVENUE',sum(rt.AfterDiscount),sum(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 -where -pm.PONO>'0' "; +left join T_Revenue_Tax rt on rt.LineItemNo = pl.LineItemNo +where pm.Status != 'ST030' "; if ($cname!= ''){ @@ -636,6 +673,7 @@ 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' group by month(created_date)"; $query = $this->db->query($sql); return $query->result(); @@ -663,7 +701,7 @@ 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 sd.SupplierName is not null and month(pm.CreatedDate)= ? and year(pm.CreatedDate) = ? +where pm.Status != 'ST030' and sd.SupplierName is not null and month(pm.CreatedDate)= ? and year(pm.CreatedDate) = ? group by supplier_name,material_name"; $query = $this->db->query($sql,array($month,$year)); return $query->result(); @@ -676,7 +714,7 @@ 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 sd.SupplierName is not null and date(pm.CreatedDate) >= '$a-04-01' and date(pm.CreatedDate) <= '$b-03-31' +where pm.Status != 'ST030' and sd.SupplierName is not null and date(pm.CreatedDate) >= '$a-04-01' and date(pm.CreatedDate) <= '$b-03-31' group by supplier_name,material_name"; $query = $this->db->query($sql,array()); return $query->result(); @@ -691,7 +729,7 @@ join T_PurchaseOrder_LineItem pl on pl.PONO = pm.PONO join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID left join T_Service_Tax st on st.LineItemNo = pl.LineItemNo where -pm.PONO>'0' "; +pm.Status != 'ST030' "; if ($cname!= ''){ @@ -759,7 +797,8 @@ 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 "; +join T_SupplierDetailsN sd on sd.SupplierID = pm.SupplierID +where pm.Status != 'ST030' "; if ($cname!= ''){ @@ -789,7 +828,7 @@ 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 sd.SupplierName is not null and +where pm.Status != 'ST030' and sd.SupplierName is not null and case when (month(pm.CreatedDate) >=4) then (YEAR(pm.CreatedDate) = YEAR(CURRENT_DATE) and MONTH(pm.CreatedDate) >= 4 ) or ( YEAR(pm.CreatedDate) = YEAR(CURRENT_DATE)+1 and MONTH(pm.CreatedDate) <= 3 ) @@ -803,7 +842,7 @@ 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 sd.SupplierName is not null and +where pm.Status != 'ST030' and sd.SupplierName is not null and month(pm.CreatedDate) = 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 @@ -813,7 +852,7 @@ 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 sd.SupplierName is not null and +where pm.Status != 'ST030' and sd.SupplierName is not null and date(pm.CreatedDate) = current_date() group by supplier_name,material_name ) as today on today.supplier_name=month.supplier_name and today.material_name=month.material_name @@ -829,7 +868,7 @@ 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 sd.SupplierName is not null and month(pm.CreatedDate) = month(current_date()) and sd.SupplierID = '".$sup."' and mm.MaterialCode = '".$mat."' +where pm.Status != 'ST030' and sd.SupplierName is not null and month(pm.CreatedDate) = 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(); @@ -841,7 +880,7 @@ 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 sd.SupplierName is not null and +where pm.Status != 'ST030' and sd.SupplierName is not null and case when (month(pm.CreatedDate) >=4) then (YEAR(pm.CreatedDate) = YEAR(CURRENT_DATE) and MONTH(pm.CreatedDate) >= 4 ) or ( YEAR(pm.CreatedDate) = YEAR(CURRENT_DATE)+1 and MONTH(pm.CreatedDate) <= 3 ) @@ -853,24 +892,6 @@ group by supplier_name,material_name"; $query = $this->db->query($sql); return $query->result(); } - - -function totalcapitalpo () -{ - $sql="SELECT count(cmast.PONO) as totalcapitalpo 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'"; - $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 @@ -878,7 +899,7 @@ 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 sd.SupplierName is not null and +where pm.Status != 'ST030' and sd.SupplierName is not null and date(pm.CreatedDate) = current_date() and sd.SupplierID = '".$sup."' and mm.MaterialCode = '".$mat."' group by supplier_name,material_name"; $query = $this->db->query($sql); @@ -886,6 +907,4 @@ group by supplier_name,material_name"; } } - - ?> \ No newline at end of file diff --git a/application/views/Report_Material_Master_ItemWise.php b/application/views/Report_Material_Master_ItemWise.php index 91a0b848..2318d241 100755 --- a/application/views/Report_Material_Master_ItemWise.php +++ b/application/views/Report_Material_Master_ItemWise.php @@ -43,7 +43,7 @@ if(!empty($mmi))
- +
@@ -51,6 +51,7 @@ if(!empty($mmi)) + @@ -66,7 +67,7 @@ if(!empty($mmi)) - + diff --git a/application/views/Report_POreleased.php b/application/views/Report_POreleased.php index ca94a862..3853c50e 100755 --- a/application/views/Report_POreleased.php +++ b/application/views/Report_POreleased.php @@ -61,7 +61,7 @@ if(!empty($rel_po))
-
Material Name UOM CategoryHSNCODE
MaterialName?> UOM?> Category?>HSNCODE?>
+
@@ -69,7 +69,7 @@ if(!empty($rel_po)) - + diff --git a/application/views/Report_consolidate.php b/application/views/Report_consolidate.php index dc15c997..d9138a91 100644 --- a/application/views/Report_consolidate.php +++ b/application/views/Report_consolidate.php @@ -1,6 +1,14 @@ - +
@@ -44,23 +48,41 @@ if(!empty($ccrpt))

Report - Cost Center

-
-
-
Budget Year:
- - -
+
+ + +
+
+
+ + +

 

+ + + +
+
+ +
-
PO NOCreated Date Released Date Requested DepartmentTotal Order ValueTotal Order Value  ( )
+
@@ -68,8 +90,8 @@ if(!empty($ccrpt)) - - + + @@ -78,16 +100,14 @@ if(!empty($ccrpt)) foreach($ccrpt as $rel) { ?> - + - - - - - - - + + + + + - - - - \ No newline at end of file diff --git a/application/views/Report_cumulative.php b/application/views/Report_cumulative.php index e62b8aa5..a1e136c2 100644 --- a/application/views/Report_cumulative.php +++ b/application/views/Report_cumulative.php @@ -54,19 +54,19 @@ if(!empty($mms)) } $ab=$yearl; ?> - - + + - + - + - + diff --git a/application/views/Report_cumulative_day.php b/application/views/Report_cumulative_day.php index 6b400d94..05addab8 100644 --- a/application/views/Report_cumulative_day.php +++ b/application/views/Report_cumulative_day.php @@ -47,13 +47,13 @@ if(!empty($mms)) - - + + - + diff --git a/application/views/Report_cumulative_month.php b/application/views/Report_cumulative_month.php index 20103129..264cb82c 100644 --- a/application/views/Report_cumulative_month.php +++ b/application/views/Report_cumulative_month.php @@ -47,13 +47,13 @@ if(!empty($mms)) - - + + - + diff --git a/application/views/Report_cumulative_year.php b/application/views/Report_cumulative_year.php index 748e5e8b..bda1cd6b 100644 --- a/application/views/Report_cumulative_year.php +++ b/application/views/Report_cumulative_year.php @@ -54,13 +54,13 @@ if(!empty($mms)) } $ab=$yearl; ?> - - + + - + diff --git a/application/views/Report_month_wise.php b/application/views/Report_month_wise.php index c26a547f..400e3b98 100644 --- a/application/views/Report_month_wise.php +++ b/application/views/Report_month_wise.php @@ -45,10 +45,10 @@ if(!empty($mms))
Cost Center CodeDepartment Budget Type Budget YearUtilized AmountBalance AmountUtilized Amount  ( )Balance Amount  ( )
Cost_Center_Code?> Cost_Center_Name?>Dept_Name?>BudgetType?>BudgetYear?>Util_Amount?>Avlbl_Amt?>Dept_Name?>BudgetType?>BudgetYear?>Util_Amount?>Avlbl_Amt?>
SupplierProductSupplier NameMaterial Name
QuantityValueValue  (in ) QuantityValueValue  (in ) QuantityValueValue  (in )
SupplierProductSupplier NameMaterial Name
QuantityValueValue  (in )
SupplierProductSupplier NameMaterial Name
QuantityValueValue  ()
SupplierProductSupplier NameMaterial Name
QuantityValueValue  ( )
- - + + - + @@ -70,7 +70,7 @@ if(!empty($mms)) + echo round($rel->quantity);?> diff --git a/application/views/Report_openorder.php b/application/views/Report_openorder.php index ab1596f9..1c558fa8 100755 --- a/application/views/Report_openorder.php +++ b/application/views/Report_openorder.php @@ -60,7 +60,7 @@ if(!empty($open_po))
-
SupplierProductSupplier NameMaterial Name QuantityTotal ValueTotal Value  ( )
material_name;?> quantity); - echo $rel->quantity;?> total; echo $rel->total;?>
+
@@ -68,7 +68,7 @@ if(!empty($open_po)) - + diff --git a/application/views/Report_purchase.php b/application/views/Report_purchase.php index 821f286e..2d9c8394 100644 --- a/application/views/Report_purchase.php +++ b/application/views/Report_purchase.php @@ -6,6 +6,15 @@ if(!empty($mms)) } ?> +
PO NOCreated Date Approved Date Requested DepartmentTotal Order ValueTotal Order Value  ( )