From f00ece680428b8707f83601cc828273301a07c84 Mon Sep 17 00:00:00 2001 From: gandhimathi Bharathirajan Date: Mon, 7 Aug 2017 13:24:56 +0530 Subject: [PATCH] Report Menu Added --- application/config/routes.php | 7 +++++++ 1 file changed, 7 insertions(+) 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 */