diff --git a/application/config/routes.php b/application/config/routes.php index eb3fafa8..0440d2f1 100755 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -200,5 +200,12 @@ $route['Stock'] = "storestatus/storeavailability"; $route['UpdatePOStatus'] = "servicepurchaseorder/UpdateServicePOStatus"; $route['ServicePOBilling'] = "servicepurchaseorder/viewServicePOReportForBilling"; + +//<-------------Reports page-----------------> +$route['reportpending'] = "report/pending_report"; +$route['releasedpo'] = "report/releasedPO"; +$route['openOrder'] = "report/openorderPO"; +$route['TotalOrder'] = "report/TotalOrd"; +$route['Report_costcenter'] = "report/ccr"; /* End of file routes.php */ /* Location: ./application/config/routes.php */