= "Edit Requisition"; ?>= $ReqNo ? " - ".$ReqNo : ""; ?>
-
- 'form-label-left requistion ', 'name' => 'requistion', 'id' => 'requistion');
- echo form_open(base_url() . 'EditRequisition', $attributes); ?>
-
-
-
- Back
-
-
-
-
-
- 'RequestType', 'value' => set_value('RequestType', $ReqType), 'id' => 'RequestType', 'class' => 'form-control', 'readonly' => 'true');
- echo form_input($data);
-
- ?>
-
-
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+ 'form-label-left requistion ', 'name' => 'requistion', 'id' => 'requistion');
+ echo form_open(base_url() . 'EditRequisition', $attributes);
+ ?>
+
-
+
-
- 'EmpID', 'value' => set_value('EmpID', $FirstName), 'id' => 'EmpID', 'class' => 'form-control', 'readonly' => 'true');
- echo form_input($data);
-
- ?>
+
+ 'EmpID', 'value' => set_value('EmpID', $FirstName), 'id' => 'EmpID', 'class' => 'form-control', 'readonly' => 'true');
+ echo form_input($data);
+ ?>
+
+
+
+ 'RequestType', 'value' => set_value('RequestType', $ReqType), 'id' => 'RequestType', 'class' => 'form-control', 'readonly' => 'true');
+ echo form_input($data);
+ ?>
+
+
+
+
+ 'DeptName', 'value' => set_value('DeptName', $DepartmentName), 'id' => 'DeptName', 'class' => 'form-control', 'readonly' => 'true');
+ echo form_input($data);
+ ?>
+
+
+
+ 'Designation', 'value' => set_value('Designation', $Designation), 'id' => 'Designation', 'class' => 'form-control', 'readonly' => 'true');
+ echo form_input($data);
+ ?>
+
-
-
-
- 'DeptName', 'value' => set_value('DeptName', $DepartmentName), 'id' => 'DeptName', 'class' => 'form-control', 'readonly' => 'true');
- echo form_input($data);
+
-
+
-
+
+ $CostCenterCode);
+ if (!empty($CostCenter)) {
+ foreach ($CostCenter as $SID) :
+ $Costs[$SID->CostCenterCode] = $SID->CostCenterCode . '-' . $SID->CostCenterName;
+ endforeach;
+ }
+ echo form_dropdown('CostCenter', $Costs, set_value('CostCenter'), 'id="CostCenter" class = "form-control"');
+
+ ?>
+
+
+
+
-
-
-
-
- 'Designation', 'value' => set_value('Designation', $Designation), 'id' => 'Designation', 'class' => 'form-control', 'readonly' => 'true');
- echo form_input($data);
+
+
+
-
-
-
- $CostCenterCode);
- //print_r( $options);
-
- if (!empty($CostCenter)) {
- foreach ($CostCenter as $SID) :
- // echo $SID->ConfigValue;
- $Costs[$SID->CostCenterCode] = $SID->CostCenterCode . '-' . $SID->CostCenterName;
-
- endforeach;
- }
- echo form_dropdown('CostCenter', $Costs, set_value('CostCenter'), 'id="CostCenter"', 'class = "form-control select2"');
-
- ?>
+
-
-
+
-
+
+ Add Line Item
+
+
-
-
-