diff --git a/application/config/routes.php b/application/config/routes.php index ee3af1c1..e2645edb 100644 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -227,6 +227,11 @@ $route['Report_cumulative'] = "report/cumulative"; $route['cashbookreport']="report/cashbook"; $route['cashbookmonthlyexpenses']="report/monthexpenses"; $route['cashbookyearlyexpenses']="report/yearexpenses"; +$route['Report_purchase_inward'] = "report/ipurchase"; +$route['Report_year_wise_inward'] = "report/iyear_wise"; +$route['Report_supplier_inward'] = "report/ipurchase_supplier"; +$route['Report_consolidate_inward'] = "report/iconsolidate"; +$route['Report_cumulative_inward'] = "report/icumulative"; // Company Information $route['companyview'] = 'companycontroller/companyview'; diff --git a/application/controllers/payslip.php b/application/controllers/payslip.php index 01570f64..1f558bbd 100755 --- a/application/controllers/payslip.php +++ b/application/controllers/payslip.php @@ -5,7 +5,7 @@ require APPPATH . '/third_party/mpdf/mpdf.php'; /** - * Class : Employee (Employee Controller) + * Class : payslip (Pay Slip - Controller) * User Class to control all user related operations. * @author : Venba Info Tech * @version : 1.1 diff --git a/application/controllers/user.php b/application/controllers/user.php index f6c52b1f..10b7eed8 100644 --- a/application/controllers/user.php +++ b/application/controllers/user.php @@ -51,7 +51,7 @@ class user extends BaseController $data['totalservicepo']=$this->dahsboard_Model->totalservicepo(); $data['totalrevenuepo']=$this->dahsboard_Model->totalrevenuepo(); $data['totalimportpo']=$this->dahsboard_Model->totalimportpo(); - $data['totalcapitalpo']=$this->dahsboard_Model->totalcapitalpo(); + //$data['totalcapitalpo']=$this->dahsboard_Model->totalcapitalpo(); $data['details']=$this->dahsboard_Model->reqdetail(); diff --git a/application/views/Report_cumulative_day.php b/application/views/Report_cumulative_day.php index 143f9b64..2f91e33e 100644 --- a/application/views/Report_cumulative_day.php +++ b/application/views/Report_cumulative_day.php @@ -60,7 +60,7 @@ if(!empty($mms))
tquantity); echo round($rel->tquantity);?>