-
-
-
-
-
-
-
-
-
- = "Emergency Purchase Order"; ?>
-
-
-
-
- 'form-label-left CreatealterPO ', 'name' => 'CreatealterPO', 'id' => 'CreatealterPO');
- echo form_open(base_url() . '/purchaseorder/addalterPO/', $attributes);
- ?>
-
-
-
-
-
- 'Select Request Type');
-
- if (!empty($RequestType)) {
-
- foreach ($RequestType as $RID) :
- if ($RID->ConfigValue == "SERVICE" || $RID->ConfigValue == "REVENUE") {
- $options[$RID->ConfigValue] = $RID->ConfigValue;
- }
- endforeach;
- }
-
- echo form_dropdown('RequestType', $options, set_value('ConfigValue'), 'id="purpose"', 'class = "form-control select2"', 'required="true"');
-
- ?>
-
-
-
-
- 'POType', 'value' => set_value('POType', $ReqType), 'id' => 'POType', 'class' => 'form-control', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
-
-
-
- 'Select Supplier');
- //print_r( $options);
-
- if (!empty($Suplist)) {
- foreach ($Suplist as $SID) :
- $options[$SID->SupplierID] = $SID->SupplierID . ' - ' . $SID->SupplierName;
- endforeach;
- }
-
- echo form_dropdown('drpSupplier', $options, set_value('drpSupplier'), 'id="drpSupplier"', 'required="true"', 'class="form-control select2"');
-
- ?>
-
-
-
- 'SupAddress', 'value' => set_value('SupAddress'), 'id' => 'SupAddress', 'class' => 'form-control', 'readonly' => 'true', 'rows' => '3', 'cols' => '40');
- echo Form_textarea($data);
- ?>
-
-
-
- Select Tax Range*
-======= .header-container { display: flex; @@ -2246,19 +2376,13 @@ if (!empty($INRSYMBOL)) {
-======= .header-container { display: flex; @@ -2246,19 +2376,13 @@ if (!empty($INRSYMBOL)) {
Select Tax Range*
->>>>>>> b5e10f55a3448c644114ed6e55752b30684440f3
-<<<<<<< HEAD
- ->>>>>>> b5e10f55a3448c644114ed6e55752b30684440f3
"Range", "id" => "Local", "value" => "0", 'checked' => set_radio('Range', '0', TRUE))); ?>
"Range", "id" => "Inter_state", "value" => "1", 'checked' => set_radio('Range', '1', FALSE))); ?>
-
-=======
->>>>>>> b5e10f55a3448c644114ed6e55752b30684440f3
'Selected Work Status');
@@ -2269,25 +2393,15 @@ if (!empty($INRSYMBOL)) {
echo form_dropdown('workstatus', $options4, set_value('workstatus'), 'id="workstatusValue"', 'required="true"', 'class="form-control select2');
?>
-<<<<<<< HEAD
-
- Select Delivery By*
-=======
-=======
Select Delivery By*
->>>>>>> b5e10f55a3448c644114ed6e55752b30684440f3
-<<<<<<< HEAD
- ->>>>>>> b5e10f55a3448c644114ed6e55752b30684440f3
"DateRange", "id" => "Date", "value" => "0", 'checked' => set_radio('DateRange', '0', true))); ?>
"DateRange", "id" => "Schedule", "value" => "1", 'checked' => set_radio('DateRange', '1', false))); ?>
-
-=======
->>>>>>> b5e10f55a3448c644114ed6e55752b30684440f3
'Scheduleby', 'value' => set_value('Scheduleby'), 'id' => 'Scheduleby', 'class' => 'form-control', 'required' => 'true', 'rows' => '3', 'cols' => '40', 'maxlength' => '110');
@@ -2295,23 +2409,17 @@ if (!empty($INRSYMBOL)) {
?>
-
-
+
+
'Deliverydt', 'value' => set_value('Deliverydt', $CurrentDate), 'id' => 'Deliverydt', 'class' => 'form-control', 'required' => 'true', 'onkeypress' => 'return false;');
echo form_input($data);
?>
-<<<<<<< HEAD
-
-
-
-=======
-<<<<<<< HEAD
-
->>>>>>> b5e10f55a3448c644114ed6e55752b30684440f3
'DeliveryAddr', 'value' => set_value('DeliveryAddr', $CompanyAddress), 'id' => 'DeliveryAddr', 'class' => 'form-control', 'required' => 'true', 'rows' => '3', 'cols' => '40');
echo Form_textarea($data);
@@ -2320,29 +2428,6 @@ if (!empty($INRSYMBOL)) {
-
-
-
-
- 'txtcurrencytype', 'value' => set_value('txtcurrencytype'), 'id' => 'txtcurrencytype', 'class' => 'form-control', 'required' => 'true');
- echo form_input($data);
- ?>
-
-
-
-
-
- 'txtexachangerate', 'value' => set_value('txtexachangerate'), 'id' => 'txtexachangerate', 'class' => 'form-control', 'required' => 'true');
- echo form_input($data);
- ?>
-
-
-
-=======
-<<<<<<< HEAD
-
@@ -2365,20 +2450,13 @@ if (!empty($INRSYMBOL)) {
->>>>>>> b5e10f55a3448c644114ed6e55752b30684440f3
To check Today's Foreign Exchange value
-
-
-=======
->>>>>>> b5e10f55a3448c644114ed6e55752b30684440f3
-<<<<<<< HEAD
-
'Select Department Name');
@@ -2398,14 +2476,6 @@ if (!empty($INRSYMBOL)) {
-
-
- 'Cost Center Name');
-
-=======
-<<<<<<< HEAD
-
@@ -2416,23 +2486,12 @@ if (!empty($INRSYMBOL)) {
if (!empty($CostList)) {
foreach ($CostList as $cost) :
->>>>>>> b5e10f55a3448c644114ed6e55752b30684440f3
-
- if (!empty($CostList)) {
-
-<<<<<<< HEAD
- foreach ($CostList as $cost) :
$options2[$cost['CostCenterCode']] = $cost['CostCenterCode'] . ' ' . ' - ' . ' ' . $cost['CostCenterName'];
endforeach;
}
-=======
- $options2[$cost['CostCenterCode']] = $cost['CostCenterCode'] . ' ' . ' - ' . ' ' . $cost['CostCenterName'];
-
- endforeach;
- }
echo form_dropdown('CostCenterName', $options2, set_value('CostCenterName'), 'id="CostCenterName"', 'class="form-control select2"', 'required="true"', 'multiple="true"');
@@ -2446,43 +2505,26 @@ if (!empty($INRSYMBOL)) {
$data = array('name' => 'AvalBuget', 'value' => set_value('AvalBuget'), 'id' => 'AvalBuget', 'class' => 'form-control num', 'readonly' => 'true');
echo form_hidden($data);
// echo form_input($data);
->>>>>>> b5e10f55a3448c644114ed6e55752b30684440f3
- echo form_dropdown('CostCenterName', $options2, set_value('CostCenterName'), 'id="CostCenterName"', 'class="form-control select2"', 'required="true"', 'multiple="true"');
?>
-
-=======
-=======
->>>>>>> b5e10f55a3448c644114ed6e55752b30684440f3
-
'AvalBuget', 'value' => set_value('AvalBuget'), 'id' => 'AvalBuget', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_hidden($data);
- // echo form_input($data);
-
-
+ $Schdule = array("One Time", "Recurring");
+ if (!empty($Schdule)) {
+ foreach ($Schdule as $Sch) :
+ $SchType[$Sch] = $Sch;
+ endforeach;
+ }
+ echo form_dropdown('ScheduleType', $SchType, set_value('ScheduleType'), 'id="ScheduleType"', 'class = "form-control"');
?>
-
-
-
-
+
-
+
-<<<<<<< HEAD
-
-
-
-
- 'PODate', 'value' => set_value('PODate', $CurrentDate), 'id' => 'PODate', 'class' => 'form-control', 'required' => 'true', 'onkeypress' => 'return false;');
- echo form_input($data);
- ?>
-
-
-
- 'emergmodeofshipment', 'value' => set_value('emergmodeofshipment'), 'id' => 'emergmodeofshipment', 'class' => 'form-control');
- echo form_input($data);
- ?>
-
-
-
- 'emergsupplierreference', 'value' => set_value('emergsupplierreference'), 'id' => 'emergsupplierreference', 'class' => 'form-control', 'maxlength' => '40');
- echo form_input($data);
- ?>
-
-
-
- 'emergsupplierofferno', 'value' => set_value('emergsupplierofferno'), 'id' => 'emergsupplierofferno', 'class' => 'form-control');
- echo form_input($data);
- ?>
-
-
-
-
- 'emergotherreference', 'value' => set_value('emergotherreference'), 'id' => 'emergotherreference', 'class' => 'form-control');
- echo form_input($data);
- ?>
-
-
-
-=======
-
@@ -2614,28 +2614,24 @@ if (!empty($INRSYMBOL)) {
if (!empty($PoTypeOptions)) {
foreach ($PoTypeOptions as $POpt) :
->>>>>>> b5e10f55a3448c644114ed6e55752b30684440f3
-
- 'Select');
-
- if (!empty($PoTypeOptions)) {
- foreach ($PoTypeOptions as $POpt) :
- $optionsPO[$POpt->ConfigValue] = $POpt->ConfigValue;
+ $optionsPO[$POpt->ConfigValue] = $POpt->ConfigValue;
- endforeach;
- }
+ endforeach;
+ }
+
+ echo form_dropdown('PoTypeOptions', $optionsPO, set_value('PoTypeOptions'), 'id="PoTypeOptions"', 'class="form-control select2"', 'required="true"');
+
+
+ ?>
+
- echo form_dropdown('PoTypeOptions', $optionsPO, set_value('PoTypeOptions'), 'id="PoTypeOptions"', 'required="true"', 'class="form-control select2');
- ?>
-
+
+
'Select Payment method');
//print_r( $options);
@@ -2650,71 +2646,60 @@ if (!empty($INRSYMBOL)) {
echo form_dropdown('PaymentMethod', $options1, set_value('PaymentMethod'), 'id="PaymentMethod"', 'class="form-control"');
?>
-
-
- 'Otherpayment', 'Otherpayment' => set_value('Otherpayment'), 'id' => 'Otherpayment', 'class' => 'form-control', 'required' => 'true');
- echo form_input($data);
- ?>
+
+
-<<<<<<< HEAD
-
+
+
+ 'Otherpayment', 'Otherpayment' => set_value('Otherpayment'), 'id' => 'Otherpayment', 'class' => 'form-control', 'required' => 'true');
+ echo form_input($data);
+ ?>
+
-=======
->>>>>>> b5e10f55a3448c644114ed6e55752b30684440f3
-
-
-
-
-
+ ?>
+
-
- 'InsuranceNumber', 'value' => set_value('InsuranceNumber'), 'id' => 'InsuranceNumber', 'class' => 'form-control', 'required' => 'true');
- echo form_input($data);
- ?>
+
+
+
-<<<<<<< HEAD
-
+ 'InsuranceNumber', 'value' => set_value('InsuranceNumber'), 'id' => 'InsuranceNumber', 'class' => 'form-control', 'required' => 'true');
+ echo form_input($data);
+ ?>
+
-
-=======
@@ -2735,350 +2720,74 @@ if (!empty($INRSYMBOL)) {
-
-
->>>>>>> b5e10f55a3448c644114ed6e55752b30684440f3
'Select', '1' => 'REVENUE', '2' => 'CAPITAL');
echo form_dropdown('BudgetType', $optionsnew, set_value('BudgetType'), 'id="BudgetType"', 'required="true"', 'class="form-control select2');
?>
-<<<<<<< HEAD
-
-
-
-
-=======
+
-
+
-
+
+
+
+
+
+ Packing Calculation On
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
+
-
-
-
-
- Packing Calculation On
->>>>>>> b5e10f55a3448c644114ed6e55752b30684440f3 +Material has been Received
+
-
-
- IS THIS OPEN ORDER FORMAT
-
-
- Select Line Item
-
-
-
-
-
-
-
- | SNo | -Requisition No | -Item Code | -Item Description | -Quantity | -UOM | -Rate | -Basic Amount | -Tax Amount | -Total Order Amount | -Action | -
|---|
-
-
-<<<<<<< HEAD
-
-
-
-
-
-
-
- -
-
-
-
- 'txtTotBasicAmountRevenue', 'value' => set_value('txtTotBasicAmountRevenue'), 'id' => 'txtTotBasicAmountRevenue', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
-
-
- 'txtTotalDiscount', 'value' => set_value('txtTotalDiscount'), 'id' => 'txtTotalDiscount', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
-
-
- 'txtTotalCGST', 'value' => set_value('txtTotalCGST'), 'id' => 'txtTotalCGST', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
-
-
- 'txtTotalSGST', 'value' => set_value('txtTotalSGST'), 'id' => 'txtTotalSGST', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
-
- 'txtTotalIGST', 'value' => set_value('txtTotalIGST'), 'id' => 'txtTotalIGST', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
-
-
-
- 'txtTotalPackaing', 'value' => set_value('txtTotalPackaing'), 'id' => 'txtTotalPackaing', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
-
-
-
- 'txtTotalInsurance', 'value' => set_value('txtTotalInsurance'), 'id' => 'txtTotalInsurance', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
-
-
- 'txtTotalFreight', 'value' => set_value('txtTotalFreight'), 'id' => 'txtTotalFreight', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
-
-
- 'txtTotalOrderValueSummary', 'value' => set_value('txtTotalOrderValueSummary'), 'id' => 'txtTotalOrderValueSummary', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
-
-
-
-
- 'txtSpcialInstruction', 'value' => set_value('txtSpcialInstruction'), 'id' => 'txtSpcialInstruction', 'class' => 'form-control', 'rows' => '8');
- echo form_textarea($data);
- ?>
-
- -
-
-
-
-
-
-
-
- 'txtTotBasicAmount', 'value' => set_value('txtTotBasicAmount'), 'id' => 'txtTotBasicAmount', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
-
- 'txtTotCgst', 'value' => set_value('txtTotCgst'), 'id' => 'txtTotCgst', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
-
- 'txtTotSgst', 'value' => set_value('txtTotSgst'), 'id' => 'txtTotSgst', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
-
- 'txtTotIgst', 'value' => set_value('txtTotIgst'), 'id' => 'txtTotIgst', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
-
- 'txtTotOtherAllo', 'value' => set_value('txtTotOtherAllo'), 'id' => 'txtTotOtherAllo', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
-
-
- 'txtTotalOrderValueSummaryService', 'value' => set_value('txtTotalOrderValueSummaryService'), 'id' => 'txtTotalOrderValueSummaryService', 'class' => 'form-control num', 'readonly' => 'true');
- echo form_input($data);
- ?>
-
-
-
-
-
-
- 'emergdescofpo', 'value' => set_value('emergdescofpo'), 'id' => 'emergdescofpo', 'class' => 'form-control', 'rows' => '3', 'cols' => '40');
- echo form_textarea($data);
- ?>
-
-
-
-
- 'ScopeOfWork', 'value' => set_value('ScopeOfWork'), 'id' => 'ScopeOfWork', 'class' => 'form-control', 'rows' => '8');
- echo form_textarea($data); ?>
-
-
-
-
- -
-
-
-
-
-
- Packing Calculation On
- -
+
-
-
-
-
-
-
+
-
+
-
- Add Bill Details
- -
-
-
+
+
-
+
+
-
+
-
+
-
+
+
Add Bill Details
+
@@ -3127,29 +2836,17 @@ if (!empty($INRSYMBOL)) {
-<<<<<<< HEAD
-
-
-
-
-
+
+
+
+
-
+
-
+
+
+
+
+
+
-
-
+
+
+
-
-
-
+
+
+
-
-
-SERVICE Bill Details
- -
+
+
+