worked on alignment issue in amendment po -vadivel J
This commit is contained in:
parent
36c533a755
commit
4b8b778a55
File diff suppressed because it is too large
Load Diff
@ -664,7 +664,7 @@ if (!empty($RequistionDetails)) {
|
|||||||
<!--Edit modal body-->
|
<!--Edit modal body-->
|
||||||
<div id="editimportpomodel" class="modal fade" tabindex="-1" role="dialog"
|
<div id="editimportpomodel" class="modal fade" tabindex="-1" role="dialog"
|
||||||
aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
|
aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
|
||||||
<div class="modal-dialog modal-full-width">
|
<div class="modal-dialog modal-full-width" style="width: 1060px;">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h4 class="modal-title">Edit Import Purchase Order Item</h4>
|
<h4 class="modal-title">Edit Import Purchase Order Item</h4>
|
||||||
@ -1043,9 +1043,10 @@ if (!empty($RequistionDetails)) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<br>
|
||||||
<!--Start of Adding of Frieght model-->
|
<!--Start of Adding of Frieght model-->
|
||||||
<div class="form-row" style="padding:0px;">
|
<div class="form-row" style="padding:0px;">
|
||||||
<div class="form-group col-md-3">
|
<div class="form-group col-md-4">
|
||||||
<span>Freight Type </span>
|
<span>Freight Type </span>
|
||||||
<?php
|
<?php
|
||||||
$options = array("0" => 'Select Freight Type');
|
$options = array("0" => 'Select Freight Type');
|
||||||
@ -1057,14 +1058,8 @@ if (!empty($RequistionDetails)) {
|
|||||||
echo form_dropdown('drpamendFreight', $options, set_value('drpamendFreight'), 'id="drpamendFreight" class="form-control "');
|
echo form_dropdown('drpamendFreight', $options, set_value('drpamendFreight'), 'id="drpamendFreight" class="form-control "');
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-3" id="AmendTripsValue" style="display:block;">
|
|
||||||
<span>NO Of Trips</span>
|
<div class="form-group col-md-4">
|
||||||
<?php
|
|
||||||
$data = array('name' => 'AmendNOOfTrips', 'value' => set_value('AmendNOOfTrips'), 'id' => 'AmendNOOfTrips', 'class' => 'form-control num', 'onchange' => 'calculateFreight(0);');
|
|
||||||
echo form_input($data);
|
|
||||||
?>
|
|
||||||
</div>
|
|
||||||
<div class="form-group col-md-3">
|
|
||||||
<span>Freight Rate </span>
|
<span>Freight Rate </span>
|
||||||
<?php
|
<?php
|
||||||
$data = array('name' => 'AmendtxtFreight', 'value' => set_value('AmendtxtFreight'), 'id' => 'AmendtxtFreight', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'calculateFreight(0);');
|
$data = array('name' => 'AmendtxtFreight', 'value' => set_value('AmendtxtFreight'), 'id' => 'AmendtxtFreight', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'calculateFreight(0);');
|
||||||
@ -1072,7 +1067,7 @@ if (!empty($RequistionDetails)) {
|
|||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group col-md-3" style="padding-left: 0px;">
|
<div class="form-group col-md-4" style="padding-left: 0px;">
|
||||||
<span>Freight Amt In <?php echo $INR; ?></span>
|
<span>Freight Amt In <?php echo $INR; ?></span>
|
||||||
<?php
|
<?php
|
||||||
$data = array('name' => 'AmendtxtAfterFreight', 'value' => set_value('AmendtxtAfterFreight'), 'id' => 'AmendtxtAfterFreight', 'class' => 'form-control num', 'readonly' => 'true');
|
$data = array('name' => 'AmendtxtAfterFreight', 'value' => set_value('AmendtxtAfterFreight'), 'id' => 'AmendtxtAfterFreight', 'class' => 'form-control num', 'readonly' => 'true');
|
||||||
@ -1081,8 +1076,19 @@ if (!empty($RequistionDetails)) {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="form-row">
|
||||||
|
<div class="form-group col-md-8"></div>
|
||||||
|
<div class="form-group col-md-4" id="AmendTripsValue" style="display:block;">
|
||||||
|
<span>NO Of Trips</span>
|
||||||
|
<?php
|
||||||
|
$data = array('name' => 'AmendNOOfTrips', 'value' => set_value('AmendNOOfTrips'), 'id' => 'AmendNOOfTrips', 'class' => 'form-control num', 'onchange' => 'calculateFreight(0);');
|
||||||
|
echo form_input($data);
|
||||||
|
?>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<!--End of Adding of freight in edit model -->
|
<!--End of Adding of freight in edit model -->
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
<center> <label>Cost of the product Per UOM</label></center>
|
<center> <label>Cost of the product Per UOM</label></center>
|
||||||
<hr />
|
<hr />
|
||||||
@ -1163,6 +1169,8 @@ if (!empty($RequistionDetails)) {
|
|||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<br>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<div class="form-group col-md-12">
|
<div class="form-group col-md-12">
|
||||||
<label style="margin-top:10px;">Import Description :</label>
|
<label style="margin-top:10px;">Import Description :</label>
|
||||||
|
|||||||
@ -1908,6 +1908,9 @@ if (!empty($INRSYMBOL)) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div><!-- /.modal -->
|
</div><!-- /.modal -->
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Modal for freight calculation -->
|
||||||
<div id="freightmodel" data-backdrop-limit="1" class="modal fade" tabindex="-1" role="dialog"
|
<div id="freightmodel" data-backdrop-limit="1" class="modal fade" tabindex="-1" role="dialog"
|
||||||
aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
|
aria-labelledby="myModalLabel" aria-hidden="true" style="display: none;">
|
||||||
<div class="modal-dialog modal-lg">
|
<div class="modal-dialog modal-lg">
|
||||||
@ -1935,6 +1938,8 @@ if (!empty($INRSYMBOL)) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div><!-- /.modal -->
|
</div><!-- /.modal -->
|
||||||
|
|
||||||
|
|
||||||
<!-- Modal for Excise Duty Calculation-->
|
<!-- Modal for Excise Duty Calculation-->
|
||||||
|
|
||||||
<div id="ExciseDutyCalModel" class="modal fade" tabindex="-1" role="dialog"
|
<div id="ExciseDutyCalModel" class="modal fade" tabindex="-1" role="dialog"
|
||||||
|
|||||||
@ -1333,7 +1333,7 @@ foreach ($PaymentTerms as $TER) {
|
|||||||
<!-- Model for servicepo -->
|
<!-- Model for servicepo -->
|
||||||
|
|
||||||
<div class="modal fade" id="EDITSERVICE" role="dialog">
|
<div class="modal fade" id="EDITSERVICE" role="dialog">
|
||||||
<div class="modal-dialog modal-full-width">
|
<div class="modal-dialog modal-full-width" style="width: 1060px;">
|
||||||
<!-- Modal content-->
|
<!-- Modal content-->
|
||||||
<form>
|
<form>
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
@ -1499,7 +1499,8 @@ foreach ($PaymentTerms as $TER) {
|
|||||||
|
|
||||||
<div class="form-row px-3">
|
<div class="form-row px-3">
|
||||||
<div class="form-group col-md-6" align="right">
|
<div class="form-group col-md-6" align="right">
|
||||||
CGST In %
|
<label>CGST In %</label>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group col-md-3">
|
<div class="form-group col-md-3">
|
||||||
@ -1526,8 +1527,8 @@ foreach ($PaymentTerms as $TER) {
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-row px-3">
|
<div class="form-row px-3">
|
||||||
<div class="form-group col-md-6" align="right">
|
<div class="form-group col-md-6" align="right">
|
||||||
|
<label>SGST In %</label>
|
||||||
|
|
||||||
SGST In %
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group col-md-3">
|
<div class="form-group col-md-3">
|
||||||
@ -1555,8 +1556,8 @@ foreach ($PaymentTerms as $TER) {
|
|||||||
|
|
||||||
<div class="form-row px-3">
|
<div class="form-row px-3">
|
||||||
<div class="form-group col-md-6" align="right">
|
<div class="form-group col-md-6" align="right">
|
||||||
|
<label>IGST In %</label>
|
||||||
|
|
||||||
IGST In %
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group col-md-3">
|
<div class="form-group col-md-3">
|
||||||
@ -1582,7 +1583,7 @@ foreach ($PaymentTerms as $TER) {
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row px-3">
|
<div class="form-row px-3">
|
||||||
<div class="form-group col-md-6" align="right">
|
<div class="form-group col-md-9" align="right">
|
||||||
<label>Other Allowances <?php echo $INRSYM ?></label>
|
<label>Other Allowances <?php echo $INRSYM ?></label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-3">
|
<div class="form-group col-md-3">
|
||||||
@ -1596,7 +1597,7 @@ foreach ($PaymentTerms as $TER) {
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-row px-3">
|
<div class="form-row px-3">
|
||||||
|
|
||||||
<div class="form-group col-md-6" align="right">
|
<div class="form-group col-md-9" align="right">
|
||||||
<label><?php echo "Total Order Value ($INRSYM)"; ?></label>
|
<label><?php echo "Total Order Value ($INRSYM)"; ?></label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group col-md-3">
|
<div class="form-group col-md-3">
|
||||||
@ -1608,8 +1609,8 @@ foreach ($PaymentTerms as $TER) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-row pl-3">
|
<div class="form-row px-3">
|
||||||
<div class="form-group col-md-11">
|
<div class="form-group col-md-12">
|
||||||
<label>Service Description </label>
|
<label>Service Description </label>
|
||||||
<?php $data = array(
|
<?php $data = array(
|
||||||
'name' => 'EdittxtSpcialInstruction',
|
'name' => 'EdittxtSpcialInstruction',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user