Department,Config Screen and Company Master screen added:

This commit is contained in:
gandhimathi Bharathirajan 2017-09-04 14:58:27 +05:30
parent f13209763c
commit 42fe188807

View File

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