po options
This commit is contained in:
parent
4e9ead4cff
commit
08bfa3d1f4
@ -1170,7 +1170,10 @@ function UpdateAmendServicePurchaseOrder()
|
|||||||
{
|
{
|
||||||
$Insurancenumber='';
|
$Insurancenumber='';
|
||||||
$insurestatus='0';
|
$insurestatus='0';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
$importoption=$this->input->post('Importoption');
|
||||||
|
|
||||||
|
|
||||||
// addmodeofshipment
|
// addmodeofshipment
|
||||||
@ -1203,7 +1206,7 @@ function UpdateAmendServicePurchaseOrder()
|
|||||||
//echo $RowCount;
|
//echo $RowCount;
|
||||||
// PO Master
|
// PO Master
|
||||||
// PO Master
|
// PO Master
|
||||||
$POMaster = array('ParentPO'=>$PONO,'SupplierID'=>$SupplierID, 'POType'=>$POType,'TotalOrderValue'=>$TotalOrder,'PODate'=>$PODate,'Status'=>$POStatus,'PORange'=>$PoRange,'ServiceDescription'=>$SpcialInstruction,'CreatedBy'=>$CreateBy,'DeliveryAddress'=>$DeliveryAddr,'Import_DispatchDetails'=>$Dispatch,'CreatedDate'=>$createddt,'DeliverySchedule'=>$DeliverySchedule,'DeliveryOption'=>$DeliveryOption,'ExchangeRate'=>$Exchangerate,'ExchangeRateCalculatedon'=>$ExchangeRateCalculatedon,'CurrencyType'=>$CurrencyType,'PaymentTerms'=>$PaymentTerms,'ReleasedBy'=>$updatedBy,'ReleasedOn'=>$updateddt,'Import_PlaceofOrgin'=>$Palaceoforigin,'Mode_Of_Shipment'=>$Shipmentmode,'Supplier_Reference'=>$SupplierRef,'Supplier_Offer_No'=>$SupplierOffer,'Other_Reference'=>$otherRef,'Fincap'=>$finCap,'AmendedDetails'=>$MAD,'PaymentOtherDescription'=>$OtherPayment,'InsuranceStatus'=>$insurestatus,'InsuranceNumber'=>$Insurancenumber);
|
$POMaster = array('ParentPO'=>$PONO,'SupplierID'=>$SupplierID, 'POType'=>$POType,'TotalOrderValue'=>$TotalOrder,'PODate'=>$PODate,'Status'=>$POStatus,'PORange'=>$PoRange,'ServiceDescription'=>$SpcialInstruction,'CreatedBy'=>$CreateBy,'DeliveryAddress'=>$DeliveryAddr,'Import_DispatchDetails'=>$Dispatch,'CreatedDate'=>$createddt,'DeliverySchedule'=>$DeliverySchedule,'DeliveryOption'=>$DeliveryOption,'ExchangeRate'=>$Exchangerate,'ExchangeRateCalculatedon'=>$ExchangeRateCalculatedon,'CurrencyType'=>$CurrencyType,'PaymentTerms'=>$PaymentTerms,'ReleasedBy'=>$updatedBy,'ReleasedOn'=>$updateddt,'Import_PlaceofOrgin'=>$Palaceoforigin,'Mode_Of_Shipment'=>$Shipmentmode,'Supplier_Reference'=>$SupplierRef,'Supplier_Offer_No'=>$SupplierOffer,'Other_Reference'=>$otherRef,'Fincap'=>$finCap,'AmendedDetails'=>$MAD,'PaymentOtherDescription'=>$OtherPayment,'InsuranceStatus'=>$insurestatus,'InsuranceNumber'=>$Insurancenumber,'POSubType'=>$importoption);
|
||||||
//print_r($POMaster);
|
//print_r($POMaster);
|
||||||
//die();
|
//die();
|
||||||
|
|
||||||
|
|||||||
@ -1371,7 +1371,7 @@ function addNewImportPurchaseOrder()
|
|||||||
// $POList = array('SupplierID'=>$SupplierID, 'TotalOrderValue'=>$TotalOrder,'PODate'=>$PODate,'Status'=>$POStatus,'PORange'=>$PoRange,'ServiceDescription'=>$SpcialInstruction,'CreatedBy'=>$CreateBy,'DeliveryAddress'=>$DeliveryAddr,'CreatedDate'=>$createddt,'ExchangeRate'=>$Exchangerate,'ExchangeRateCalculatedon'=>$ExchangeRateCalculatedon,'CurrencyType'=>$CurrencyType,'PaymentTerms'=>$PaymentTerms,'POType'=>$POType);
|
// $POList = array('SupplierID'=>$SupplierID, 'TotalOrderValue'=>$TotalOrder,'PODate'=>$PODate,'Status'=>$POStatus,'PORange'=>$PoRange,'ServiceDescription'=>$SpcialInstruction,'CreatedBy'=>$CreateBy,'DeliveryAddress'=>$DeliveryAddr,'CreatedDate'=>$createddt,'ExchangeRate'=>$Exchangerate,'ExchangeRateCalculatedon'=>$ExchangeRateCalculatedon,'CurrencyType'=>$CurrencyType,'PaymentTerms'=>$PaymentTerms,'POType'=>$POType);
|
||||||
|
|
||||||
|
|
||||||
$POList = array('SupplierID'=>$SupplierID, 'TotalOrderValue'=>$TotalOrder,'PODate'=>$PODate,'Status'=>$POStatus,'PORange'=>$PoRange,'ServiceDescription'=>$SpcialInstruction,'CreatedBy'=>$CreateBy,'DeliveryAddress'=>$DeliveryAddr,'Import_DispatchDetails'=>$Dispatch,'CreatedDate'=>$createddt,'DeliverySchedule'=>$DeliverySchedule,'DeliveryOption'=>$DeliveryOption,'ExchangeRate'=>$Exchangerate,'ExchangeRateCalculatedon'=>$ExchangeRateCalculatedon,'CurrencyType'=>$CurrencyType,'PaymentTerms'=>$PaymentTerms,'POType'=>$POType,'Import_PlaceofOrgin'=>$Palaceoforigin,'PaymentOtherDescription'=>$OtherPayment,'Mode_Of_Shipment'=>$Shipmentmode,'Supplier_Reference'=>$SupplierRef,'Supplier_Offer_No'=>$SupplierOffer,'Other_Reference'=>$otherRef,'Fincap'=>$finCap,'InsuranceStatus'=>$Insurance,'InsuranceNumber'=>$Insurancenumber);
|
$POList = array('SupplierID'=>$SupplierID, 'TotalOrderValue'=>$TotalOrder,'PODate'=>$PODate,'Status'=>$POStatus,'PORange'=>$PoRange,'ServiceDescription'=>$SpcialInstruction,'CreatedBy'=>$CreateBy,'DeliveryAddress'=>$DeliveryAddr,'Import_DispatchDetails'=>$Dispatch,'CreatedDate'=>$createddt,'DeliverySchedule'=>$DeliverySchedule,'DeliveryOption'=>$DeliveryOption,'ExchangeRate'=>$Exchangerate,'ExchangeRateCalculatedon'=>$ExchangeRateCalculatedon,'CurrencyType'=>$CurrencyType,'PaymentTerms'=>$PaymentTerms,'POType'=>$POType,'Import_PlaceofOrgin'=>$Palaceoforigin,'PaymentOtherDescription'=>$OtherPayment,'Mode_Of_Shipment'=>$Shipmentmode,'Supplier_Reference'=>$SupplierRef,'Supplier_Offer_No'=>$SupplierOffer,'Other_Reference'=>$otherRef,'Fincap'=>$finCap,'InsuranceStatus'=>$Insurance,'InsuranceNumber'=>$Insurancenumber,'POSubType'=>$importoption);
|
||||||
|
|
||||||
//print_r($POList);
|
//print_r($POList);
|
||||||
//die();
|
//die();
|
||||||
@ -1579,7 +1579,7 @@ function addNewImportPurchaseOrder()
|
|||||||
$updateddt = $dt->format('Y-m-d H:i:s');
|
$updateddt = $dt->format('Y-m-d H:i:s');
|
||||||
|
|
||||||
$PaymentTerms=$this->input->post('PaymentTerms');
|
$PaymentTerms=$this->input->post('PaymentTerms');
|
||||||
$OtherPayment=$this->input->post('Otherpayment');
|
$OtherPayment=$this->input->post('Otherpayment');
|
||||||
$Palaceoforigin=$this->input->post('PlaceOforigin');
|
$Palaceoforigin=$this->input->post('PlaceOforigin');
|
||||||
// $Payableat=$this->input->post('PayableAT');
|
// $Payableat=$this->input->post('PayableAT');
|
||||||
|
|
||||||
@ -1614,7 +1614,7 @@ function addNewImportPurchaseOrder()
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
$POList = array('SupplierID'=>$SupplierID, 'TotalOrderValue'=>$TotalOrder,'PODate'=>$PODate,'Status'=>$POStatus,'ServiceDescription'=>$SpcialInstruction,'CreatedBy'=>$CreateBy,'DeliveryAddress'=>$DeliveryAddr,'Import_DispatchDetails'=>$Dispatch,'DeliverySchedule'=>$DeliverySchedule,'DeliveryOption'=>$DeliveryOption,'ExchangeRate'=>$Exchangerate,'ExchangeRateCalculatedon'=>$ExchangeRateCalculatedon,'CurrencyType'=>$CurrencyType,'PaymentTerms'=>$PaymentTerms,'POType'=>$POType,'Import_PlaceofOrgin'=>$Palaceoforigin,'PaymentOtherDescription'=>$OtherPayment,'Mode_Of_Shipment'=>$Shipmentmode,'Supplier_Reference'=>$SupplierRef,'Supplier_Offer_No'=>$SupplierOffer,'Other_Reference'=>$otherRef,'Fincap'=>$finCap,'InsuranceStatus'=>$insurestatus,'InsuranceNumber'=>$Insurancenumber);
|
$POList = array('SupplierID'=>$SupplierID, 'TotalOrderValue'=>$TotalOrder,'PODate'=>$PODate,'Status'=>$POStatus,'ServiceDescription'=>$SpcialInstruction,'CreatedBy'=>$CreateBy,'DeliveryAddress'=>$DeliveryAddr,'Import_DispatchDetails'=>$Dispatch,'DeliverySchedule'=>$DeliverySchedule,'DeliveryOption'=>$DeliveryOption,'ExchangeRate'=>$Exchangerate,'ExchangeRateCalculatedon'=>$ExchangeRateCalculatedon,'CurrencyType'=>$CurrencyType,'PaymentTerms'=>$PaymentTerms,'POType'=>$POType,'Import_PlaceofOrgin'=>$Palaceoforigin,'PaymentOtherDescription'=>$OtherPayment,'Mode_Of_Shipment'=>$Shipmentmode,'Supplier_Reference'=>$SupplierRef,'Supplier_Offer_No'=>$SupplierOffer,'Other_Reference'=>$otherRef,'Fincap'=>$finCap,'InsuranceStatus'=>$insurestatus,'InsuranceNumber'=>$Insurancenumber,'POSubType'=>$importoption);
|
||||||
//echo $PONO;
|
//echo $PONO;
|
||||||
//echo $TotalOrder;
|
//echo $TotalOrder;
|
||||||
//print_r($POList);
|
//print_r($POList);
|
||||||
|
|||||||
@ -151,6 +151,7 @@ if(!empty($POMaster))
|
|||||||
|
|
||||||
$Insurance=$Req->InsuranceStatus;
|
$Insurance=$Req->InsuranceStatus;
|
||||||
$InsuranceNo=$Req->InsuranceNumber;
|
$InsuranceNo=$Req->InsuranceNumber;
|
||||||
|
$Importoption=$Req->POSubType;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -704,19 +705,29 @@ if(!empty($RequistionDetails))
|
|||||||
<label for="payablefrom">Import Options</label>
|
<label for="payablefrom">Import Options</label>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$options1 = array("0"=>'Select Import Option');
|
//$options1 = array("0"=>'Select Import Option');
|
||||||
|
|
||||||
if(!empty($PoTypeOptions))
|
if(!empty($PoTypeOptions))
|
||||||
{
|
{
|
||||||
foreach ($PoTypeOptions as $payment):
|
foreach ($PoTypeOptions as $payment):
|
||||||
|
|
||||||
$options1[$payment->ConfigValue] = $payment->ConfigValue;
|
if($Importoption==$payment->ConfigValue)
|
||||||
//$options6[$pay->PaymentID] = $pay->PaymentTerms;
|
{
|
||||||
|
|
||||||
endforeach;
|
$options2[$payment->ConfigValue] = $payment->ConfigValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo form_dropdown('Importoption', $options1,set_value('Importoption'),'id="Importoption"' ,'class="form-control"'); ?>
|
endforeach;
|
||||||
|
foreach ($PoTypeOptions as $payment):
|
||||||
|
|
||||||
|
if($Importoption!=$payment->ConfigValue)
|
||||||
|
{
|
||||||
|
|
||||||
|
$options2[$payment->ConfigValue] = $payment->ConfigValue;
|
||||||
|
}
|
||||||
|
endforeach;
|
||||||
|
}
|
||||||
|
|
||||||
|
echo form_dropdown('Importoption', $options2,set_value('Importoption'),'id="Importoption"' ,'class="form-control"'); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -161,6 +161,7 @@ if(!empty($POMaster))
|
|||||||
|
|
||||||
$Insurance=$Req->InsuranceStatus;
|
$Insurance=$Req->InsuranceStatus;
|
||||||
$InsuranceNo=$Req->InsuranceNumber;
|
$InsuranceNo=$Req->InsuranceNumber;
|
||||||
|
$Importoption=$Req->POSubType;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -706,21 +707,32 @@ if(!empty($RequistionDetails))
|
|||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$options1 = array("0"=>'Select Import Option');
|
// $options2 = array("0"=>'Select Import Option');
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if(!empty($PoTypeOptions))
|
if(!empty($PoTypeOptions))
|
||||||
{
|
{
|
||||||
foreach ($PoTypeOptions as $payment):
|
foreach ($PoTypeOptions as $payment):
|
||||||
|
|
||||||
$options1[$payment->ConfigValue] = $payment->ConfigValue;
|
if($Importoption==$payment->ConfigValue)
|
||||||
//$options6[$pay->PaymentID] = $pay->PaymentTerms;
|
{
|
||||||
|
|
||||||
endforeach;
|
$options2[$payment->ConfigValue] = $payment->ConfigValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
echo form_dropdown('Importoption', $options1,set_value('Importoption'),'id="Importoption"' ,'class="form-control"'); ?>
|
endforeach;
|
||||||
|
foreach ($PoTypeOptions as $payment):
|
||||||
|
|
||||||
|
if($Importoption!=$payment->ConfigValue)
|
||||||
|
{
|
||||||
|
|
||||||
|
$options2[$payment->ConfigValue] = $payment->ConfigValue;
|
||||||
|
}
|
||||||
|
endforeach;
|
||||||
|
}
|
||||||
|
|
||||||
|
echo form_dropdown('Importoption', $options2,set_value('Importoption'),'id="Importoption"' ,'class="form-control"'); ?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user