amendment capital changes
This commit is contained in:
parent
032015e716
commit
77eae1878c
@ -800,11 +800,11 @@ function UpdateAmendServicePurchaseOrder()
|
||||
|
||||
|
||||
|
||||
$PONO =$this->input->post('txtPONO');
|
||||
$PONO =$this->input->post('txtPONO');
|
||||
//echo $PONO."--";
|
||||
$MAD='';
|
||||
$DeliverySchedule = '';
|
||||
$POdt =$this->input->post('PODate');
|
||||
$MAD='';
|
||||
$DeliverySchedule = '';
|
||||
$POdt =$this->input->post('PODate');
|
||||
$PODate = $this->getDateformat($POdt);
|
||||
$SupplierID = $this->input->post('drpSupplier');
|
||||
$DeliveryAddr = $this->input->post('DeliveryAddr');
|
||||
@ -967,19 +967,11 @@ function UpdateAmendServicePurchaseOrder()
|
||||
$Productprice = $this->input->post('basicvalInINR'.$i);
|
||||
$LandingCharge = $this->input->post('beforeLanding'.$i);
|
||||
$AfterLandingCharge = $this->input->post('landingCharge'.$i);
|
||||
$HighSeas = $this->input->post('beforeHighSeasSalesCharge'.$i);
|
||||
$AfterHighSeas = $this->input->post('HighSeasSalesCharge'.$i);
|
||||
|
||||
|
||||
$CustomDuty = $this->input->post('beforeCustomDuty'.$i);
|
||||
$AfterCustomDuty = $this->input->post('CustomDuty'.$i);
|
||||
|
||||
$ExciseDuty = $this->input->post('beforeExciseDuty'.$i);
|
||||
$AfterExciseDuty = $this->input->post('ExciseDuty'.$i);
|
||||
$ExciseDutyEd = $this->input->post('beforeExciseDutyEDCess'.$i);
|
||||
$AfterExciseDutyEd = $this->input->post('ExciseDutyEDCess'.$i);
|
||||
|
||||
$ExciseDutySH = $this->input->post('beforeExciseDutySHCess'.$i);
|
||||
$AfterExciseDutySH = $this->input->post('ExciseDutySHCess'.$i);
|
||||
|
||||
$CustomEd= $this->input->post('beforeCustomEDCess'.$i);
|
||||
$AfterCustomEd= $this->input->post('CustomEDCess'.$i);
|
||||
@ -987,20 +979,46 @@ function UpdateAmendServicePurchaseOrder()
|
||||
$CustomSH = $this->input->post('beforeCustomSHCess'.$i);
|
||||
$AfterCustomSH = $this->input->post('CustomSHCess'.$i);
|
||||
|
||||
$AddAdtional = $this->input->post('beforeAdditionalExciseDuty'.$i);
|
||||
$AfterAddAdtional = $this->input->post('AdditionalExciseDuty'.$i);
|
||||
|
||||
|
||||
$Grossdutypayable = $this->input->post('GrossDutyPayable'.$i);
|
||||
$AvailableModvat = $this->input->post('AvailableModvat'.$i);
|
||||
$Grossexpensesduetocustomduty = $this->input->post('GrossExpensesDuetoCustom'.$i);
|
||||
|
||||
$purchaseratePerKG = $this->input->post('purchaseRate'.$i);
|
||||
$CustomDutyExpensesPerKG = $this->input->post('CustomDutyExpenses'.$i);
|
||||
$RMCIncludingCustomersPerKG = $this->input->post('RMCIncludingCustomers'.$i);
|
||||
|
||||
$QuantityKG = $this->input->post('PurQuantity'.$i);
|
||||
|
||||
|
||||
$Totalvalueitem=$this->input->post('PerKgExpense'.$i);
|
||||
|
||||
|
||||
|
||||
|
||||
$Assable=$this->input->post('AssessableValue'.$i);
|
||||
$beforeAssable=$this->input->post('beforeAssessableValue'.$i);
|
||||
|
||||
|
||||
|
||||
$Subtotal=$this->input->post('SubTotal'.$i);
|
||||
$beforeSubtotal=$this->input->post('beforeSubTotal'.$i);
|
||||
|
||||
|
||||
|
||||
$Igst=$this->input->post('IGSTInt'.$i);
|
||||
$beforeIgst=$this->input->post('beforeIGSTInt'.$i);
|
||||
$AfterIgst=$this->input->post('AfterIGSTInt'.$i);
|
||||
|
||||
|
||||
$ClearingCharge = $this->input->post('ClearingCharge'.$i);
|
||||
|
||||
$NetValue = $this->input->post('NetValue'.$i);
|
||||
|
||||
$DutyImpact=$this->input->post('DutyImpact'.$i);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
//echo $BasicPriceinmton;
|
||||
$CostCenter = $this->input->post('CPCostCode'.$i);
|
||||
|
||||
@ -1125,6 +1143,35 @@ function UpdateAmendServicePurchaseOrder()
|
||||
}
|
||||
|
||||
|
||||
if(($Assable-$beforeAssable)!=0)
|
||||
{
|
||||
//$CAD=$CAD."Amended CustomDuty :".$beforeCustomDuty ."</br>";
|
||||
$rowspanvalue++;
|
||||
$CAD=$CAD."<tr><td>Amended Assessable : ".$beforeAssable ."</td><td>Current CustomDuty:".$Assable."</td></tr>";
|
||||
}
|
||||
|
||||
|
||||
|
||||
if(($Subtotal-$beforeSubtotal)!=0)
|
||||
{
|
||||
//$CAD=$CAD."Amended CustomDuty :".$beforeCustomDuty ."</br>";
|
||||
$rowspanvalue++;
|
||||
$CAD=$CAD."<tr><td>Amended Subtotal : ".$beforeSubtotal ."</td><td>Current Subtotal:".$Subtotal."</td></tr>";
|
||||
}
|
||||
|
||||
|
||||
|
||||
if(($Igst-$beforeIgst)!=0)
|
||||
{
|
||||
//$CAD=$CAD."Amended CustomDuty :".$beforeCustomDuty ."</br>";
|
||||
$rowspanvalue++;
|
||||
$CAD=$CAD."<tr><td>Amended IGST Percentage : ".$beforeIgst ."</td><td>Current IGST Percentage:".$Igst."</td></tr>";
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
if($rowspanvalue>0)
|
||||
{
|
||||
@ -1158,7 +1205,9 @@ function UpdateAmendServicePurchaseOrder()
|
||||
$ServiceTax = $this->purchaseorder_model->addServiceTax($ServiceTaxList);
|
||||
} //echo "Service";
|
||||
else if($capitalType=='0'){ //print_r($ServiceTax);
|
||||
$ImportTaxList = array('LineItemNo'=>$LineItemNo, 'BasicPriceInMTon'=>$BasicPriceinmton,'ProductPrice'=>$Productprice,'LandingCharge'=>$LandingCharge,'AfterLandingCharge'=>$AfterLandingCharge,'AfterHighSeasSalesCharge'=>$AfterHighSeas,'HighSeasSalesCharge'=>$HighSeas,'CustomDuty'=>$CustomDuty,'AfterCustomDuty'=>$AfterCustomDuty,'ExciseDuty'=>$ExciseDuty,'AfterExciseDuty'=>$AfterExciseDuty,'ExciseDutyEdCess'=>$ExciseDutyEd,'AfterExciseDutyEdCess'=>$AfterExciseDutyEd,'ExciseDutySHCess'=>$ExciseDutySH,'CustomEdCess'=>$CustomEd,'CustomSHCess'=>$CustomSH,'AddlExciseDuty'=>$AddAdtional,'CreatedBy'=>$CreateBy,'CreatedDate'=>$createddt,'AfterExciseDutySHCess'=>$AfterExciseDutySH,'AfterAddlExciseDuty'=>$AfterAddAdtional,'Grossdutypayable'=>$Grossdutypayable,'AvailableModvat'=>$AvailableModvat,'Grossexpensesduetocustomduty'=>$Grossexpensesduetocustomduty,'purchaseratePerKG'=>$purchaseratePerKG,'CustomDutyExpensesPerKG'=>$CustomDutyExpensesPerKG,'RMCIncludingCustomersPerKG'=>$RMCIncludingCustomersPerKG,'QuantityKG'=>$QuantityKG,'AfterCustomSHCess'=>$AfterCustomSH,'AfterCustomEdCess'=>$AfterCustomEd,'TotalValue'=>$Totalvalueitem,'FreightType'=>$FreightType,'NoOfTrip'=>$NOOfTrip,'FreightValue'=>$FreightValue,'AfterFreightValue'=>$AfterFreightValue);
|
||||
$ImportTaxList = array('LineItemNo'=>$LineItemNo, 'BasicPriceInMTon'=>$BasicPriceinmton,'ProductPrice'=>$Productprice,'LandingCharge'=>$LandingCharge,'AfterLandingCharge'=>$AfterLandingCharge,'CustomDuty'=>$CustomDuty,'AfterCustomDuty'=>$AfterCustomDuty,'CustomEdCess'=>$CustomEd,'CustomSHCess'=>$CustomSH,'CreatedBy'=>$CreateBy,'CreatedDate'=>$createddt,'Grossdutypayable'=>$Grossdutypayable,'CustomDutyExpensesPerKG'=>$CustomDutyExpensesPerKG,'QuantityKG'=>$QuantityKG,'AfterCustomSHCess'=>$AfterCustomSH,'AfterCustomEdCess'=>$AfterCustomEd,'TotalValue'=>$Totalvalueitem,'FreightType'=>$FreightType,'NoOfTrip'=>$NOOfTrip,'FreightValue'=>$FreightValue,'AfterFreightValue'=>$AfterFreightValue,'AssessableValue'=>$Assable,'SubTotal'=>$Subtotal,'IGST'=>$Igst,'AfterIGST'=>$AfterIgst,'DutyImpact'=>$DutyImpact,'NetValue'=>$NetValue,'ClearingCharge'=>$ClearingCharge);
|
||||
|
||||
|
||||
$ImportList = $this->purchaseorder_model->addImportTax($ImportTaxList);
|
||||
}
|
||||
|
||||
|
||||
@ -1253,7 +1253,7 @@ function vaildateBeforeOpenModal()
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
High seas sales charge<?php echo "($INR)"?>
|
||||
Assessable Value (A)<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group" style="display: none;">
|
||||
@ -1274,7 +1274,7 @@ function vaildateBeforeOpenModal()
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Custom duty : (a)<?php echo "($INR)"?>
|
||||
Custom duty : (B)<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1298,7 +1298,7 @@ function vaildateBeforeOpenModal()
|
||||
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Custom ED_cess : (e)
|
||||
Custom ED_cess : (C)
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1319,7 +1319,7 @@ function vaildateBeforeOpenModal()
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Custom S & H cess : (f)
|
||||
Custom S & H cess : (D)
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -2009,7 +2009,7 @@ function vaildateBeforeOpenModal()
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Custom duty: (a)<?php echo "($INR)"?>
|
||||
Custom duty: (B)<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -2033,7 +2033,7 @@ function vaildateBeforeOpenModal()
|
||||
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Custom ED_cess : (e)
|
||||
Custom ED_cess : (C)
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -2054,7 +2054,7 @@ function vaildateBeforeOpenModal()
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Custom S & H cess : (f)
|
||||
Custom S & H cess : (D)
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -2254,7 +2254,7 @@ function vaildateBeforeOpenModal()
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'EditClearingCharges','value' => set_value('EditClearingCharges'),'id'=>'EditClearingCharges', 'class' => 'form-control num' ,'onkeypress'=>'return isNumberKey(event);','onchange'=>'EditRatechange();','readonly' => 'true');
|
||||
$data = array('name' => 'EditClearingCharges','value' => set_value('EditClearingCharges'),'id'=>'EditClearingCharges', 'class' => 'form-control num' ,'onkeypress'=>'return isNumberKey(event);','onchange'=>'EditRatechange();');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -1732,7 +1732,7 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Assessable Value <?php echo "($INR)"?>
|
||||
Assessable Value (A) :<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group" style="display: none;">
|
||||
@ -1753,7 +1753,7 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Custom duty : (a)<?php echo "($INR)"?>
|
||||
Custom duty : (B)<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1777,7 +1777,7 @@ $("#PaymentMethod").select2();
|
||||
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Custom ED_cess : (e)<?php echo "($INR)"?>
|
||||
Custom ED_cess : (C)<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1798,7 +1798,7 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Custom S & H cess : (f)<?php echo "($INR)"?>
|
||||
Custom S & H cess : (D)<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1821,7 +1821,7 @@ $("#PaymentMethod").select2();
|
||||
<div class="col-md-6" style="padding:0px;">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Subtotal: (g)<?php echo "($INR)"?>
|
||||
Subtotal: (E)<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group" style="display: none">
|
||||
@ -1848,7 +1848,7 @@ $("#PaymentMethod").select2();
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Additional Excise duty : (g) -->
|
||||
<label><?php echo "IGST on (E): (F) ($INR)";?></label>
|
||||
IGST on (E): (F)<?php echo " ($INR)";?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1880,7 +1880,7 @@ $("#PaymentMethod").select2();
|
||||
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-8">
|
||||
Total Duty <?php echo "($INR)"?>
|
||||
Total Duty (G)<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1956,7 +1956,7 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
purchase rate [Basic]
|
||||
Duty Impact
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -2476,7 +2476,7 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Assessable Value <?php echo "$INR"?>
|
||||
Assessable Value (A) <?php echo "$INR"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group" style="display: none;">
|
||||
@ -2497,7 +2497,7 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Custom duty : (a)<?php echo "$INR"?>
|
||||
Custom duty : (B)<?php echo "$INR"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -2521,7 +2521,7 @@ $("#PaymentMethod").select2();
|
||||
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Custom ED_cess : (e)<?php echo "($INR)"?>
|
||||
Custom ED_cess : (C)<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -2542,7 +2542,7 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Custom S & H cess : (f)<?php echo "($INR)"?>
|
||||
Custom S & H cess : (D)<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -2565,7 +2565,7 @@ $("#PaymentMethod").select2();
|
||||
<div class="col-md-6" style="padding:0px;">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Subtotal <?php echo "($INR)"?>
|
||||
Subtotal (E) : <?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group" style="display: none;">
|
||||
@ -2593,7 +2593,7 @@ $("#PaymentMethod").select2();
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Additional Excise duty : (g) -->
|
||||
<label><?php echo "IGST on (E): (F) ($INR)";?></label>
|
||||
IGST on (E): (F) <?php echo " ($INR)";?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -2621,7 +2621,7 @@ $("#PaymentMethod").select2();
|
||||
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-8">
|
||||
Total Duty <?php echo "($INR)"?>
|
||||
Total Duty (G) :<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -2739,7 +2739,7 @@ $("#PaymentMethod").select2();
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'EditClearingCharges','value' => set_value('EditClearingCharges'),'id'=>'EditClearingCharges', 'class' => 'form-control' ,'onkeypress'=>'return isNumberKey(event);','onchange'=>'EditRatechange();','readonly' => 'true');
|
||||
$data = array('name' => 'EditClearingCharges','value' => set_value('EditClearingCharges'),'id'=>'EditClearingCharges', 'class' => 'form-control' ,'onkeypress'=>'return isNumberKey(event);','onchange'=>'EditRatechange();');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
@ -3186,10 +3186,10 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
High seas sales charge <?php echo "($INR)"?>
|
||||
Assessable Value (A) <?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<div class="form-group" style="display: none;">
|
||||
<?php
|
||||
$data = array('name' => 'ViewHighseas ','value' => set_value('ViewHighseas'),'id'=>'ViewHighseas', 'class' => 'form-control num' ,'onkeypress'=>'return isNumberKey(event);' , 'onchange'=>'EditRatechange();','readonly' => 'true');
|
||||
echo form_input($data);
|
||||
@ -3199,7 +3199,7 @@ $("#PaymentMethod").select2();
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'ViewAfterHighseas','value' => set_value('ViewAfterHighseas'),'id'=>'ViewAfterHighseas', 'class' => 'form-control num' ,'readonly' => 'true');
|
||||
$data = array('name' => 'ViewAfterAssessable','value' => set_value('ViewAfterAssessable'),'id'=>'ViewAfterAssessable', 'class' => 'form-control num' ,'readonly' => 'true');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
@ -3207,7 +3207,7 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Custom duty : (a)<?php echo "($INR)"?>
|
||||
Custom duty : (B)<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -3226,72 +3226,12 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Excise duty : (b)<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'ViewExcisedutyTax','value' => set_value('ViewExcisedutyTax'),'id'=>'ViewExcisedutyTax', 'class' => 'form-control num' ,'onkeypress'=>'return isNumberKey(event);' ,'onchange'=>'EditRatechange();','readonly' => 'true');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'ViewAfterExcisedutyTax','value' => set_value('ViewAfterExcisedutyTax'),'id'=>'ViewAfterExcisedutyTax', 'class' => 'form-control num' ,'readonly' => 'true');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Excise duty ED_cess : (C)<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'ViewExcisedutyEDcess','value' => set_value('ViewExcisedutyEDcess'),'id'=>'ViewExcisedutyEDcess', 'class' => 'form-control num' ,'onkeypress'=>'return isNumberKey(event);' ,'onchange'=>'EditRatechange();','readonly' => 'true');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'ViewAfterExcisedutyEDcess','value' => set_value('ViewAfterExcisedutyEDcess'),'id'=>'ViewAfterExcisedutyEDcess', 'class' => 'form-control num','readonly' => 'true');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Excise duty S & H cess :(d)<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'ViewExcisedutySHcess','value' => set_value('ViewExcisedutySHcess'),'id'=>'ViewExcisedutySHcess', 'class' => 'form-control num' ,'onkeypress'=>'return isNumberKey(event);','onchange'=>'EditRatechange();','readonly' => 'true');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'ViewAfterExcisedutySHcess','value' => set_value('ViewAfterExcisedutySHcess'),'id'=>'ViewAfterExcisedutySHcess', 'class' => 'form-control num' ,'readonly' => 'true');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Custom ED_cess : (e)
|
||||
Custom ED_cess : (C)
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -3312,7 +3252,7 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Custom S & H cess : (f)
|
||||
Custom S & H cess : (D)
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -3335,10 +3275,10 @@ $("#PaymentMethod").select2();
|
||||
<div class="col-md-6" style="padding:0px;">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
Additional Excise duty : (g)<?php echo "($INR)"?>
|
||||
Subtotal: (E)<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<div class="form-group" style="display: none;">
|
||||
<?php
|
||||
$data = array('name' => 'ViewAdditionalExciseduty ','value' => set_value('ViewAdditionalExciseduty'),'id'=>'ViewAdditionalExciseduty', 'class' => 'form-control num' ,'onkeypress'=>'return isNumberKey(event);','onchange'=>'EditRatechange();','readonly' => 'true');
|
||||
echo form_input($data);
|
||||
@ -3348,15 +3288,54 @@ $("#PaymentMethod").select2();
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'ViewAfterAdditionalExciseduty','value' => set_value('ViewAfterAdditionalExciseduty'),'id'=>'ViewAfterAdditionalExciseduty', 'class' => 'form-control num' ,'readonly' => 'true');
|
||||
$data = array('name' => 'ViewSubtotal','value' => set_value('ViewSubtotal'),'id'=>'ViewSubtotal', 'class' => 'form-control num' ,'readonly' => 'true');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Additional Excise duty : (g) -->
|
||||
IGST on (E): (F)
|
||||
<?php echo " ($INR)";?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'ViewIgstInt ','value' => set_value('ViewIgstInt',0),'id'=>'ViewIgstInt', 'class' => 'form-control num' ,'onkeypress'=>'return isNumberKey(event);','readonly' => 'true','onchange'=>'EditCalculateIgst()');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'ViewAfterIgstInt','value' => set_value('ViewAfterIgstInt',0),'id'=>'ViewAfterIgstInt', 'class' => 'form-control num' ,'readonly' => 'true');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-8">
|
||||
Gross duty payable
|
||||
Total Duty (B+C+D+E)
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -3367,34 +3346,8 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-8">
|
||||
Available Modvat set-off on import :<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'ViewAvailableModvat','value' => set_value('ViewAvailableModvat'),'id'=>'ViewAvailableModvat', 'class' => 'form-control num' ,'readonly' => 'true');
|
||||
echo form_input($data);
|
||||
?> (b + c + d + g)
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
|
||||
<div class="col-md-8">
|
||||
Gross expenses due to custom duty<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'ViewGrossexpenses','value' => set_value('ViewGrossexpenses'),'id'=>'ViewGrossexpenses', 'class' => 'form-control num' ,'onkeypress'=>'return isNumberKey(event);','onchange'=>'EditRatechange();','readonly' => 'true');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!--Start of Adding of Frieght model-->
|
||||
<div class="col-md-12" style="padding:0px;">
|
||||
<div class="col-md-3">
|
||||
@ -3457,12 +3410,12 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
purchase rate [Basic]
|
||||
Duty Impact
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'Viewpurchaserate','value' => set_value('Viewpurchaserate'),'id'=>'Viewpurchaserate', 'class' => 'form-control num' ,'onkeypress'=>'return isNumberKey(event);','onchange'=>'EditRatechange();','readonly' => 'true');
|
||||
$data = array('name' => 'ViewDutyImpact','value' => set_value('ViewDutyImpact'),'id'=>'ViewDutyImpact', 'class' => 'form-control num' ,'onkeypress'=>'return isNumberKey(event);','onchange'=>'EditRatechange();','readonly' => 'true');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
@ -3481,7 +3434,7 @@ $("#PaymentMethod").select2();
|
||||
<div class="col-md-12">
|
||||
|
||||
<div class="col-md-4">
|
||||
Custom Duty Expenses<?php echo "($INR)"?>
|
||||
Custom Duty <?php echo "($INR)/UOM"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -3495,19 +3448,46 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
RMC Including Customers<?php echo "($INR)"?>
|
||||
Clearing Charges<?php echo "($INR)"?>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'ViewRMCIncludingCustomers','value' => set_value('ViewRMCIncludingCustomers'),'id'=>'ViewRMCIncludingCustomers', 'class' => 'form-control num' ,'onkeypress'=>'return isNumberKey(event);','onchange'=>'EditRatechange();','readonly' => 'true');
|
||||
$data = array('name' => 'ViewClearingCharges','value' => set_value('ViewClearingCharges'),'id'=>'ViewClearingCharges', 'class' => 'form-control num' ,'onkeypress'=>'return isNumberKey(event);','onchange'=>'EditRatechange();','readonly' => 'true');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-md-4">
|
||||
<!-- RMC Including Customers -->
|
||||
<label><?php echo "Nett per UOM($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'ViewNett','value' => set_value('ViewNett'),'id'=>'ViewNett', 'class' => 'form-control num' ,'onkeypress'=>'return isNumberKey(event);','readonly'=>'true');
|
||||
echo form_input($data);
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-md-6" align="right" style="display:none;"> <label>Total Order Amount :</label></div>
|
||||
<div class="col-md-6" style="display:none;">
|
||||
@ -4820,6 +4800,8 @@ if(isNaN(CustomDutyExpenses))
|
||||
|
||||
var AfterIgst=$('#AfterIgstInt').val();
|
||||
var Dutyimpact=$('#DutyImpact').val();
|
||||
|
||||
//console.log(Dutyimpact);
|
||||
var ClearingCharges=$('#ClearingCharges').val();
|
||||
var Nett=$('#Nett').val();
|
||||
|
||||
@ -4963,7 +4945,7 @@ if(isNaN(CustomDutyExpenses))
|
||||
addHidden(theForm,"SubTotal"+temp,Subtotal);
|
||||
addHidden(theForm,"IGSTInt"+temp,Igst);
|
||||
addHidden(theForm,"AfterIGSTInt"+temp,AfterIgst);
|
||||
addHidden(theForm,"DutyImpact"+temp,DutyImpact);
|
||||
addHidden(theForm,"DutyImpact"+temp,Dutyimpact);
|
||||
addHidden(theForm,"NetValue"+temp,ClearingCharges);
|
||||
addHidden(theForm,"ClearingCharge"+temp,Nett);
|
||||
|
||||
@ -5921,42 +5903,54 @@ function DeleteRow(rowid)
|
||||
$('#ViewAfterBasicPriceTax').val($('#basicvalInINR'+userid).val());
|
||||
$('#ViewAfterLandingCharge').val($('#landingCharge'+userid).val());
|
||||
$('#ViewAfterHighseas').val($('#HighSeasSalesCharge'+userid).val());
|
||||
$('#ViewAfterCustomduty').val($('#CustomDuty'+userid).val());
|
||||
$('#ViewAfterExcisedutyTax').val($('#ExciseDuty'+userid).val());
|
||||
$('#ViewAfterExcisedutyEDcess').val($('#ExciseDutyEDCess'+userid).val());
|
||||
$('#ViewAfterExcisedutySHcess').val($('#ExciseDutySHCess'+userid).val());
|
||||
$('#viewAfterCustomduty').val($('#CustomDuty'+userid).val());
|
||||
|
||||
$('#ViewAfterCustomEDcess').val($('#CustomEDCess'+userid).val());
|
||||
$('#ViewAfterCustomSHcess').val($('#CustomSHCess'+userid).val());
|
||||
$('#ViewAfterAdditionalExciseduty').val($('#AdditionalExciseDuty'+userid).val());
|
||||
|
||||
$('#ViewGrossdutypayable').val($('#GrossDutyPayable'+userid).val());
|
||||
$('#ViewAvailableModvat').val($('#AvailableModvat'+userid).val());
|
||||
$('#ViewGrossexpenses').val($('#GrossExpensesDuetoCustom'+userid).val());
|
||||
$('#Viewpurchaserate').val($('#purchaseRate'+userid).val());
|
||||
$('#ViewCustomDutyExpenses').val($('#CustomDutyExpenses'+userid).val());
|
||||
|
||||
|
||||
$('#ViewCustomDutyExpenses').val($('#CustomDutyExpenses'+userid).val());
|
||||
|
||||
$('#ViewRMCIncludingCustomers').val($('#RMCIncludingCustomers'+userid).val());
|
||||
|
||||
|
||||
$('#ViewtxtTotalOrderValue').val($('#PerKgExpense'+userid).val());
|
||||
|
||||
/* get % value */
|
||||
|
||||
$('#ViewLandingCharge').val($('#beforeLanding'+userid).val());
|
||||
$('#ViewHighseas').val($('#beforeHighSeasSalesCharge'+userid).val());
|
||||
|
||||
$('#ViewCustomduty').val($('#beforeCustomDuty'+userid).val());
|
||||
$('#ViewExcisedutyTax').val($('#beforeExciseDuty'+userid).val());
|
||||
$('#ViewExcisedutyEDcess').val($('#beforeExciseDutyEDCess'+userid).val());
|
||||
$('#ViewExcisedutySHcess').val($('#beforeExciseDutySHCess'+userid).val());
|
||||
|
||||
$('#ViewCustomEDcess').val($('#beforeCustomEDCess'+userid).val());
|
||||
$('#ViewCustomSHcess').val($('#beforeCustomSHCess'+userid).val());
|
||||
$('#ViewAdditionalExciseduty').val($('#beforeAdditionalExciseDuty'+userid).val());
|
||||
|
||||
$('#ViewPurQuantity').val($('#PurQuantity'+userid).val());
|
||||
$('#ViewPer').val($('#per'+userid).val());
|
||||
var ViewUOM = $('#uom'+userid).val();
|
||||
|
||||
|
||||
|
||||
|
||||
$('#ViewAfterAssessable').val($('#AssessableValue'+userid).val());
|
||||
|
||||
$('#ViewSubtotal').val($('#SubTotal'+userid).val());
|
||||
|
||||
$('#ViewIgstInt').val($('#IGSTInt'+userid).val());
|
||||
|
||||
$('#ViewAfterIgstInt').val($('#AfterIGSTInt'+userid).val());
|
||||
|
||||
$('#ViewDutyImpact').val($('#DutyImpact'+userid).val());
|
||||
|
||||
$('#ViewClearingCharges').val($('#ClearingCharge'+userid).val());
|
||||
|
||||
$('#ViewNett').val($('#NetValue'+userid).val());
|
||||
|
||||
//$('#RateIn').html('Rate(in' + " "+DisplayCurrencySymbol + '/'+ViewUOM+')');
|
||||
//$('#EditRateIn').html('Rate(in' + " "+DisplayCurrencySymbol + '/'+ViewUOM+')');
|
||||
|
||||
$('#ViewRateIn').html('Rate(in' + " "+ViewCurrencySymbol + '/' +ViewUOM +')');
|
||||
$('#ViewRateIn').html('Rate(in' + " "+ViewCurrencySymbol + '/' +ViewUOM +')');
|
||||
$('#ViewTotalAmount').html('Basic Value in' + " "+ViewCurrencySymbol);
|
||||
|
||||
|
||||
|
||||
@ -1125,7 +1125,7 @@ if(!empty($RequistionDetails))
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Custom ED_cess : (e) -->
|
||||
<label><?php echo "Custom ED_cess : (C) ($INR)";?></label>
|
||||
<label><?php echo "Custom ED_cess (C) :($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
|
||||
@ -1123,7 +1123,7 @@ if($PONOStatus == PO_RELEASED)
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- High seas sales charge -->
|
||||
<label><?php echo "Assessable Value (A) ($INR)";?></label>
|
||||
<label><?php echo "Assessable Value (A) :($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group" style="display: none;">
|
||||
@ -1145,7 +1145,7 @@ if($PONOStatus == PO_RELEASED)
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Custom duty : (a) -->
|
||||
<label><?php echo "Custom duty : (B)($INR)";?></label>
|
||||
<label><?php echo "Custom duty (B) :($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1170,7 +1170,7 @@ if($PONOStatus == PO_RELEASED)
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Custom ED_cess : (e) -->
|
||||
<label><?php echo "Custom ED_cess : (C) ($INR)";?></label>
|
||||
<label><?php echo "Custom ED_cess (C): ($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1192,7 +1192,7 @@ if($PONOStatus == PO_RELEASED)
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Custom S & H cess : (f) -->
|
||||
<label><?php echo "Custom S & H cess : (D)($INR)";?></label>
|
||||
<label><?php echo "Custom S & H cess (D):($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1216,7 +1216,7 @@ if($PONOStatus == PO_RELEASED)
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Additional Excise duty : (g) -->
|
||||
<label><?php echo "Subtotal: (E)($INR) (A+B+C+D)";?></label>
|
||||
<label><?php echo "Subtotal (E) :($INR) (A+B+C+D)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group" style="display: none">
|
||||
@ -1742,7 +1742,7 @@ echo form_textarea($data);
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Custom duty : (a) -->
|
||||
<label><?php echo "Custom duty : (B)($INR)";?></label>
|
||||
<label><?php echo "Custom duty (B) :($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1789,7 +1789,7 @@ echo form_textarea($data);
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Custom S & H cess : (f) -->
|
||||
<label><?php echo "Custom S & H cess : (D)($INR)";?></label>
|
||||
<label><?php echo "Custom S & H cess (D): ($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1815,7 +1815,7 @@ echo form_textarea($data);
|
||||
<!-- Additional Excise duty : (g) -->
|
||||
|
||||
|
||||
<label><?php echo "Subtotal: (E)($INR) (A+B+C+D)";?></label>
|
||||
<label><?php echo "Subtotal (E):($INR) (A+B+C+D)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group" style="display: none;">
|
||||
@ -2311,7 +2311,7 @@ echo form_textarea($data);
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- High seas sales charge -->
|
||||
<label><?php echo "Assessable Value (A) ($INR)";?></label>
|
||||
<label><?php echo "Assessable Value (A) :($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group" style="display: none">
|
||||
@ -2333,7 +2333,7 @@ echo form_textarea($data);
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Custom duty : (a) -->
|
||||
<label><?php echo "Custom duty : (B)($INR)";?></label>
|
||||
<label><?php echo "Custom duty (B) :($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -2358,7 +2358,7 @@ echo form_textarea($data);
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Custom ED_cess : (e) -->
|
||||
<label><?php echo "Custom ED_cess : (C) ($INR)";?></label>
|
||||
<label><?php echo "Custom ED_cess (C): ($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -2380,7 +2380,7 @@ echo form_textarea($data);
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Custom S & H cess : (f) -->
|
||||
<label><?php echo "Custom S & H cess : (D)($INR)";?></label>
|
||||
<label><?php echo "Custom S & H cess (D) :($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -2404,7 +2404,7 @@ echo form_textarea($data);
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Additional Excise duty : (g) -->
|
||||
<label><?php echo "Subtotal: (E)($INR) (A+B+C+D)";?></label>
|
||||
<label><?php echo "Subtotal (E): ($INR) (A+B+C+D)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group" style="display: none;">
|
||||
|
||||
@ -938,7 +938,7 @@ function vaildateBeforeOpenModal()
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- High seas sales charge -->
|
||||
<label><?php echo "Assessable Value (A) ($INR)";?></label>
|
||||
<label><?php echo "Assessable Value (A) :($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group" style="display: none">
|
||||
@ -960,7 +960,7 @@ function vaildateBeforeOpenModal()
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Custom duty : (a) -->
|
||||
<label><?php echo "Custom duty : (B)($INR)";?></label>
|
||||
<label><?php echo "Custom duty (B):($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -984,7 +984,7 @@ function vaildateBeforeOpenModal()
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Custom ED_cess : (e) -->
|
||||
<label><?php echo "Custom ED_cess : (C) ($INR)";?></label>
|
||||
<label><?php echo "Custom ED_cess (C): ($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1006,7 +1006,7 @@ function vaildateBeforeOpenModal()
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Custom S & H cess : (f) -->
|
||||
<label><?php echo "Custom S & H cess : (D)($INR)";?></label>
|
||||
<label><?php echo "Custom S & H cess (D):($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1030,7 +1030,7 @@ function vaildateBeforeOpenModal()
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Additional Excise duty : (g) -->
|
||||
<label><?php echo "Subtotal: (E)($INR) (A+B+C+D)";?></label>
|
||||
<label><?php echo "Subtotal (E):($INR) (A+B+C+D)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group" style="display: none;">
|
||||
@ -1531,7 +1531,7 @@ echo form_textarea($data);
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- High seas sales charge -->
|
||||
<label><?php echo "Assessable Value (A) ($INR)";?></label>
|
||||
<label><?php echo "Assessable Value (A) :($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group" style="display: none">
|
||||
@ -1553,7 +1553,7 @@ echo form_textarea($data);
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Custom duty : (a) -->
|
||||
<label><?php echo "Custom duty : (B)($INR)"?></label>
|
||||
<label><?php echo "Custom duty (B): ($INR)"?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1578,7 +1578,7 @@ echo form_textarea($data);
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Custom ED_cess : (e) -->
|
||||
<label><?php echo "Custom ED_cess : (C) ($INR)";?></label>
|
||||
<label><?php echo "Custom ED_cess (C): ($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1600,7 +1600,7 @@ echo form_textarea($data);
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Custom S & H cess : (f) -->
|
||||
<label><?php echo "Custom S & H cess : (D)($INR)";?></label>
|
||||
<label><?php echo "Custom S & H cess (D): ($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
@ -1624,7 +1624,7 @@ echo form_textarea($data);
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4">
|
||||
<!-- Additional Excise duty : (g) -->
|
||||
<label><?php echo "Subtotal: (E)($INR) (A+B+C+D)";?></label>
|
||||
<label><?php echo "Subtotal (E): ($INR) (A+B+C+D)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group" style="display: none;">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user