Report Menu Added

This commit is contained in:
gandhimathi Bharathirajan 2017-08-07 13:24:56 +05:30
parent 7733191e3e
commit f00ece6804

View File

@ -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 */