PO Screen desing
This commit is contained in:
parent
d37909a1a9
commit
91d22743ca
@ -32,9 +32,17 @@ class requisitionform extends BaseController
|
|||||||
|
|
||||||
function requisition()
|
function requisition()
|
||||||
{
|
{
|
||||||
$this->global['pageTitle'] = 'Siddharth : Requisition';
|
$this->global['pageTitle'] = 'Siddharth : Raise Requisition';
|
||||||
|
|
||||||
$this->loadViews("requisitionform", $this->global, NULL);
|
$data['RequestType'] = $this->purchaseorder_model->getConfigValue('C004');
|
||||||
|
|
||||||
|
$data['EmpList'] = $this->purchaseorder_model->getAllEmployees();
|
||||||
|
$data['MaterialList'] = $this->purchaseorder_model->getRawMaterialList();
|
||||||
|
|
||||||
|
$data['CostCenter'] = $this->purchaseorder_model->getCostCenter();
|
||||||
|
|
||||||
|
|
||||||
|
$this->loadViews("requisitionform", $this->global, $data,null);
|
||||||
}
|
}
|
||||||
|
|
||||||
function pageNotFound()
|
function pageNotFound()
|
||||||
|
|||||||
@ -32,8 +32,9 @@ class requisitionlistapproval extends BaseController
|
|||||||
{
|
{
|
||||||
$this->global['pageTitle'] = 'Siddharth : Requisition Approval List';
|
$this->global['pageTitle'] = 'Siddharth : Requisition Approval List';
|
||||||
|
|
||||||
|
$data['Requeststatus'] = $this->purchaseorder_model->getConfigValue('C016');
|
||||||
|
|
||||||
$this->loadViews("requisitionlistapproval", $this->global, NULL);
|
$this->loadViews("requisitionlistapproval", $this->global, $data,null);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user