User Creation changes

This commit is contained in:
gandhimathi Bharathirajan 2017-05-13 18:16:45 +05:30
parent 38e899cc6a
commit d3a9c4e12c

View File

@ -41,11 +41,11 @@ define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b');
define('ROLE_ADMIN', '1');
define('ROLE_MANAGER', '2');
define('ROLE_EMPLOYEE', '3');
define('ROLE_PRODUCTION', '4');
/*define('ROLE_PRODUCTION', '4');
define('ROLE_QUALITY', '5');
define('ROLE_SECURITY', '6');
define('ROLE_SALES', '7');
define('ROLE_ACCOUNTS', '8');
define('ROLE_ACCOUNTS', '8');*/
define('SEGMENT', 2);
@ -67,5 +67,18 @@ define('REQ_DELETED', 'ST013');
define('REQUISTSTATUS', '0');
define('REQUISTITEMSTATUS', '1');
/* Department Code */
define('ADMIN', 'DEP01');
define('QUALITY', 'DEP02');
define('STORE', 'DEP03');
define('SALES', 'DEP04');
define('PRODUCTION', 'DEP05');
define('DELIVERY', 'DEP06');
define('TRP', 'DEP07');
define('COATING', 'DEP08');
define('MAINTENANANCE', 'DEP09');
define('FINANCE', 'DEP10');
/* End of file constants.php */
/* Location: ./application/config/constants.php */