diff --git a/application/config/constants.php b/application/config/constants.php index 5806d1e9..506f6905 100644 --- a/application/config/constants.php +++ b/application/config/constants.php @@ -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 */ \ No newline at end of file