diff --git a/application/config/routes.php b/application/config/routes.php index bf45d0b9..6f675cae 100755 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -210,5 +210,32 @@ $route['Report_costcenter'] = "report/ccr"; $route['Report_Material_Supplier'] = "report/MM_Supplier"; $route['Report_Material_Item'] = "report/MM_Item"; $route['Report_Material_ReceiptValue'] = "report/MM_ReceiptValue"; + + +// Company Information +$route['companyview'] = 'companycontroller/companyview'; +$route['Updatecompany']='companycontroller/Updatecompany'; + + +// Config Master +$route['addconfig'] = "configurationctrl/addconfig"; +$route['addNewconfig'] = "configurationctrl/addNewconfig"; + + + +$route['configlisting']='configurationctrl/configlisting'; +$route['configedit']='configurationctrl/configedit'; + +// Department Master + +$route['departmentListing'] = 'department/departmentListing'; +$route['departmentListing/(:num)'] = "department/departmentListing/$1"; + + + +$route['adddepartment'] = "department/adddepartment"; +$route['addNewdepartment'] = "department/addNewdepartment"; + + /* End of file routes.php */ /* Location: ./application/config/routes.php */