Requistion Code
This commit is contained in:
parent
fbea4b963d
commit
96be4f8a5c
@ -50,5 +50,21 @@ define('ROLE_ACCOUNTS', '8');
|
||||
|
||||
define('SEGMENT', 2);
|
||||
|
||||
/************** Status code */
|
||||
define('REQ_DRAFT', 'ST001');
|
||||
define('REQ_PENDING_APPROVAL', 'ST002');
|
||||
define('REQITEM_NEW', 'ST003');
|
||||
define('REQ_APPROVED', 'ST004');
|
||||
define('REQ_PO_CREATED' , 'ST005');
|
||||
define('REQ_REJECTED', 'ST006');
|
||||
define('REQ_CLOSED', 'ST007');
|
||||
define('REQ_ONHOLD', 'ST008');
|
||||
define('REQITEM_ONHOLD', 'ST009');
|
||||
define('REQITEM_PARTIALLY_DELIVERED', 'ST010');
|
||||
define('REQITEM_DELIVERED', 'ST011');
|
||||
|
||||
|
||||
define('REQUISTSTATUS', '0');
|
||||
define('REQUISTITEMSTATUS', '1');
|
||||
/* End of file constants.php */
|
||||
/* Location: ./application/config/constants.php */
|
||||
@ -151,6 +151,8 @@ $route['ViewPay'] = "payslip/viewGenerator";
|
||||
//<-----------Application Requistion Flow Routes------------>
|
||||
$route['Requisition'] = "requisitionform/requisitionlisting";
|
||||
$route['RequisitionForm'] = "requisitionform/requisition";
|
||||
$route['ApproveRequisition'] = "requisitionform/requisitionlistApproval";
|
||||
$route['EditRequisition'] = "requisitionform/EditRequistionForm";
|
||||
|
||||
/* End of file routes.php */
|
||||
/* Location: ./application/config/routes.php */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user