diff --git a/application/models/purchaseorder_model.php b/application/models/purchaseorder_model.php
index 18615f1e..0c6dd912 100755
--- a/application/models/purchaseorder_model.php
+++ b/application/models/purchaseorder_model.php
@@ -738,7 +738,7 @@ function GetImportPurchaseOrderDetailsForPDF($PONO = '')
$subQuery='SELECT distinct LineItem.LineItemNo,LineItem.ReqNo,Mat.MaterialCode,Mat.MaterialName,Import_DispatchDetails,
Mat.UOM,Quantity,ReqMas.Requestedby,Rate,ROUND((RMCIncludingCustomersPerKG*Quantity),2)as Taxamount ,
-ProductPrice,Tax.*,LineItem.CostCenterCode ,Date(ReqMast.ReqDate) as ReqDate,POMaster.*,sup.SupplierName,sup.Address,LineItem.AmendedDetails as LineAmend,AdvanceAmount, Pay.PaymentTerms as Pay
+ProductPrice,Tax.*,LineItem.CostCenterCode ,Date(ReqMast.ReqDate) as ReqDate,POMaster.*,sup.SupplierName,sup.Address,LineItem.AmendedDetails as LineAmend,AdvanceAmount, Pay.PaymentTerms as Pay,ROUND((Quantity *Rate),2 ) as BasicValue
FROM T_PurchaseOrder_LineItem LineItem
join T_Requestion_Master ReqMas on ReqMas.ReqNo=LineItem.ReqNo
join T_MaterialMaster Mat on Mat.MaterialCode = LineItem.MaterialCode
diff --git a/application/views/Amendedimportpopdf.php b/application/views/Amendedimportpopdf.php
index 0fa3cdb6..db25aa48 100755
--- a/application/views/Amendedimportpopdf.php
+++ b/application/views/Amendedimportpopdf.php
@@ -146,7 +146,7 @@
| PO DATE : |
-DELIVERY DATE / SCHEDULE BY : |
+ DISPATCH INSTRUCTION/SCHEDULE BY : |
PLACE OF ORIGIN: |
diff --git a/application/views/editImportAmendPO.php b/application/views/editImportAmendPO.php
index de5f1a3b..1c7d0df0 100755
--- a/application/views/editImportAmendPO.php
+++ b/application/views/editImportAmendPO.php
@@ -1342,7 +1342,7 @@ if(!empty($RequistionDetails))
-
+
@@ -3109,7 +3109,7 @@ $('.EditImport').click(function(){
var TotalExp=$('#EdittxtBasicValue').val();
//alert(itemRate);
-//console.log(TotalExp);
+///console.log(TotalExp);
var tr= document.getElementById(userid);
var cellval = tr.cells;
@@ -3257,8 +3257,8 @@ var Grossexpenses=$('#Grossexpensesduetocustomduty'+rowid).val()==''?'0.00':$('#
//var Totalvalue=$('#TotalValue'+rowid).val()==''?'0.00':$('#TotalValue'+rowid).val();
var Total= $('#ProductPrice'+rowid).val() == '' ? '0.00' : $('#ProductPrice'+rowid).val();
-// console.log(rowid);
-// console.log(Total);
+console.log(rowid);
+console.log(Total);
//var RMC=$('#RMCIncludingCustomers'+rowid).val()==''?'0.00':$('#RMCIncludingCustomers'+rowid).val();
//console.log(Totalvalue);
diff --git a/application/views/editimportpo.php b/application/views/editimportpo.php
index 76b85f68..f6bc454b 100755
--- a/application/views/editimportpo.php
+++ b/application/views/editimportpo.php
@@ -2465,7 +2465,7 @@ if($PONOStatus == PO_RELEASED)
$totgrossexpense=$totgrossexpense+$record->Grossexpensesduetocustomduty;
$ExchangeRate=$record->ExchangeRate;
//$totorder=$totorder+$record->ProductPrice;
- $totorder=$totorder+$record->ProductPrice;
+ $totorder=$totorder+$record->BasicValue;
//$ServiceDescription=$record->ServiceDescription;
//alert($totorder);
diff --git a/application/views/importpopdf.php b/application/views/importpopdf.php
index a78d0190..a53bdd0a 100755
--- a/application/views/importpopdf.php
+++ b/application/views/importpopdf.php
@@ -151,7 +151,7 @@
| PO DATE : |
-DELIVERY DATE / SCHEDULE BY : |
+DISPATCH INSTRUCTION/ SCHEDULE BY : |
PLACE OF ORIGIN: |
@@ -263,7 +263,7 @@
$CustomDutyExpensesPerKG = $CustomDutyExpensesPerKG+$record->CustomDutyExpensesPerKG ;
$RMCIncludingCustomersPerKG = $RMCIncludingCustomersPerKG+$record->RMCIncludingCustomersPerKG ;
$AfterExciseDutySHCess= $AfterExciseDutySHCess+$record->AfterExciseDutySHCess ;
- $TotalOrderValue = $TotalOrderValue+$record->ProductPrice;
+ $TotalOrderValue = $TotalOrderValue+$record->BasicValue;
}
}
@@ -281,7 +281,7 @@
- Total Amount In Words
|
+ Total Amount In Words
|
Total Amount In |