point conversion

This commit is contained in:
venbatechnologies@gmail.com 2017-07-13 11:44:25 +05:30
parent c94e68388d
commit 39c6f40222
2 changed files with 18 additions and 3 deletions

View File

@ -2360,6 +2360,21 @@ if($PONOStatus == PO_RELEASED)
<?php
$totorder=number_format($totorder,2);
//echo $to;
$TotalLanding=number_format( $TotalLanding,2);
$tothighseas=number_format($tothighseas ,2);
$totcustom=number_format($totcustom,2);
$totexciseduty=number_format($totexciseduty,2);
$totexcisedutyED=number_format($totexcisedutyED,2);
$totexciseSH =number_format($totexciseSH ,2);
$totcustomED=number_format($totcustomED,2);
$totcustomSH=number_format($totcustomSH,2);
$totaddtnlexcise=number_format($totaddtnlexcise,2);
$totgrossduty=number_format($totgrossduty,2);
$totavlmodvat=number_format($totavlmodvat,2);
$totgrossexpense=number_format($totgrossexpense,2);
}
@ -3684,7 +3699,7 @@ function CalculateCtable()
//alert();
//purchaserate
var txtCtablequantity=0;
var quantity=0;
var txtbasicinrprice=0;
var txtpurchaserate=0;
var txtgrossexp=0;

View File

@ -2783,7 +2783,7 @@ function CalculateCtable()
{
//alert();
//purchaserate
var txtCtablequantity=0;
var quantity=0;
var txtbasicinrprice=0;
var txtpurchaserate=0;
var txtgrossexp=0;
@ -2793,7 +2793,7 @@ function CalculateCtable()
var basicamt=0;
basicamt=parseFloat($('#txtBasicValue').val());
txtCtablequantity=parseFloat($('#PurQuantity').val());
quantity=parseFloat($('#PurQuantity').val());
txtbasicinrprice=parseFloat($('#AfterBasicPriceTax').val());
//txtpurchaserate=txtbasicinrprice/txtCtablequantity;
txtpurchaserate=<?php echo PURCHASE_RATE;?>;