Report Menu Added
This commit is contained in:
parent
7733191e3e
commit
f00ece6804
@ -200,5 +200,12 @@ $route['Stock'] = "storestatus/storeavailability";
|
|||||||
$route['UpdatePOStatus'] = "servicepurchaseorder/UpdateServicePOStatus";
|
$route['UpdatePOStatus'] = "servicepurchaseorder/UpdateServicePOStatus";
|
||||||
$route['ServicePOBilling'] = "servicepurchaseorder/viewServicePOReportForBilling";
|
$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 */
|
/* End of file routes.php */
|
||||||
/* Location: ./application/config/routes.php */
|
/* Location: ./application/config/routes.php */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user