Add and Edit captial PO screen UI alignment
This commit is contained in:
parent
26249101fa
commit
a5df158bd4
@ -1076,7 +1076,7 @@ function vaildateBeforeOpenModal()
|
||||
</div>
|
||||
|
||||
<div class="col-md-3" style="padding-left: 15px;">
|
||||
<label>Freight Amt In <?php echo $INR;?></label>
|
||||
<label>Freight Amt <?php echo "($INR)";?></label>
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'txtAfterFreightloc','value' => set_value('txtAfterFreightloc'),'id'=>'txtAfterFreightloc', 'class' => 'form-control num' ,'readonly' => 'true');
|
||||
@ -1092,12 +1092,12 @@ function vaildateBeforeOpenModal()
|
||||
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-4" align="right">
|
||||
<div class="col-md-6" align="right">
|
||||
|
||||
CGST In %
|
||||
</div>
|
||||
|
||||
<div class="col-md-2">
|
||||
<div class="col-md-3">
|
||||
<div class="form-group">
|
||||
|
||||
<?php
|
||||
@ -1814,7 +1814,7 @@ function vaildateBeforeOpenModal()
|
||||
</div>
|
||||
|
||||
<div class="col-md-3" style="padding-left: -2px;">
|
||||
<label>Freight Amt In <?php echo $INR;?></label>
|
||||
<label>Freight Amt <?php echo "($INR)";?></label>
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'txtAfterFreightlocedit','value' => set_value('txtAfterFreightlocedit'),'id'=>'txtAfterFreightlocedit', 'class' => 'form-control num' ,'readonly' => 'true');
|
||||
|
||||
@ -1500,7 +1500,7 @@ $("#PaymentMethod").select2();
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-3" style="padding:0px">
|
||||
<div class="col-md-3"> <!--style="padding:0px"> -->
|
||||
<label>Discounted Amt <?php echo "($INR)"?></label>
|
||||
<div class="form-group">
|
||||
<?php
|
||||
@ -1555,7 +1555,7 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
|
||||
<div class="col-md-3" style="padding-left: -2px;">
|
||||
<label>Freight Amt <?php echo $INR;?></label>
|
||||
<label>Freight Amt <?php echo "($INR)";?></label>
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'txtAfterFreightloc','value' => set_value('txtAfterFreightloc'),'id'=>'txtAfterFreightloc', 'class' => 'form-control num' ,'readonly' => 'true');
|
||||
@ -2299,7 +2299,7 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
|
||||
<div class="col-md-3" style="padding: 1px;">
|
||||
<label>Freight Amt In <?php echo $INR;?></label>
|
||||
<label>Freight Amt <?php echo "($INR)";?></label>
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'txtAfterFreightlocedit','value' => set_value('txtAfterFreightlocedit'),'id'=>'txtAfterFreightlocedit', 'class' => 'form-control num' ,'readonly' => 'true');
|
||||
@ -3029,7 +3029,7 @@ $("#PaymentMethod").select2();
|
||||
</div>
|
||||
|
||||
<div class="col-md-3" style=padding-left: -2px;">
|
||||
<label>Freight Amt In <?php echo $INR;?></label>
|
||||
<label>Freight Amt <?php echo "($INR)";?></label>
|
||||
<div class="form-group">
|
||||
<?php
|
||||
$data = array('name' => 'txtAfterFreightlocview','value' => set_value('txtAfterFreightlocview'),'id'=>'txtAfterFreightlocview', 'class' => 'form-control num' ,'readonly' => 'true');
|
||||
@ -5960,7 +5960,7 @@ function DeleteRow(rowid)
|
||||
//$('#EditRateIn').html('Rate(in' + " "+DisplayCurrencySymbol + '/'+ViewUOM+')');
|
||||
|
||||
$('#ViewRateIn').html('Rate(in' + " "+ViewCurrencySymbol + '/' +ViewUOM +')');
|
||||
$('#ViewTotalAmount').html('Basic Value in' + " "+ViewCurrencySymbol);
|
||||
$('#ViewTotalAmount').html('Basic Value ('+ViewCurrencySymbol+')');
|
||||
|
||||
|
||||
$("#ViewMaterialCode").val($('#materialCode'+userid).val());
|
||||
@ -7152,8 +7152,8 @@ var DisplayUOM=$('#uom').val();
|
||||
$('#CurrencySymbol').html('Exchange Rate In' + " "+obj.FontCode2000);
|
||||
$('#RateIn').html('Rate(in' + " "+obj.FontCode2000 + '/'+DisplayUOM+')');
|
||||
$('#EditRateIn').html('Rate(in' + " "+obj.FontCode2000 + '/'+DisplayUOM+')');
|
||||
$('#TotalAmount').html('Basic Value in' + " "+DisplayCurrencySymbol);
|
||||
$('#EditTotalAmount').html('Basic Value in' + " "+DisplayCurrencySymbol);
|
||||
$('#TotalAmount').html('Basic Value (' +DisplayCurrencySymbol+')');
|
||||
$('#EditTotalAmount').html('Basic Value (' +DisplayCurrencySymbol+')');
|
||||
$('#lbl_international').html('Total Order Value (' + ""+DisplayCurrencySymbol+')');
|
||||
//$('#ViewTotalAmount').html('Basic Value in' + " "+ViewCurrencySymbol);
|
||||
// $('#ViewRateIn').html('Rate(in' + " "+ViewCurrencySymbol + '/'+DisplayUOM+')');
|
||||
@ -7174,8 +7174,8 @@ DisplayCurrencySymbol=obj.FontCode2000;
|
||||
$('#CurrencySymbol').html('Exchange Rate In' + " "+obj.FontCode2000);
|
||||
$('#RateIn').html('Rate(in' + " "+obj.FontCode2000 + '/Ton)');
|
||||
$('#EditRateIn').html('Rate(in' + " "+obj.FontCode2000 + '/Ton)');
|
||||
$('#TotalAmount').html('Basic Value in' + " "+DisplayCurrencySymbol);
|
||||
$('#EditTotalAmount').html('Basic Value in' + " "+DisplayCurrencySymbol);
|
||||
$('#TotalAmount').html('Basic Value (' +DisplayCurrencySymbol+')');
|
||||
$('#EditTotalAmount').html('Basic Value (' +DisplayCurrencySymbol+')');
|
||||
$('#lbl_international').html('Total Order Value (' + ""+obj.FontCode2000+')');
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user