Merge branch 'new_theme' of bitbucket.org:venbainformationtechnology/ria into new_theme

This commit is contained in:
aadhavan valli 2024-09-19 11:33:22 +05:30
commit ab54ba815a
7 changed files with 623 additions and 607 deletions

View File

@ -46,6 +46,14 @@
td { td {
white-space: nowrap; white-space: nowrap;
} }
.th-total-order-value{
text-align:"right" !important;
width:55%;
}
</style> </style>
@ -84,7 +92,8 @@
<th>PONO</th> <th>PONO</th>
<th>PO Type</th> <th>PO Type</th>
<th>Supplier Name</th> <th>Supplier Name</th>
<th>Total Order Value</th> <th class="th th-total-order-value">
Total Order Value</th>
<th>PO Status</th> <th>PO Status</th>
<th>Delivery Option</th> <th>Delivery Option</th>
<th>Delivery Date</th> <th>Delivery Date</th>
@ -108,7 +117,7 @@
<td><?php echo $record->PONO ?></td> <td><?php echo $record->PONO ?></td>
<td><?php echo $record->ReqType ?></td> <td><?php echo $record->ReqType ?></td>
<td><?php echo $record->SupplierName ?></td> <td><?php echo $record->SupplierName ?></td>
<td><?php echo $record->TotalOrderValue ?></td> <td align="right"><?php echo $record->TotalOrderValue ?></td>
<!-- <td><?php echo $record->StatusName ?></td> --> <!-- <td><?php echo $record->StatusName ?></td> -->
<td><?php <td><?php
@ -130,7 +139,7 @@
} }
?> ?>
</td> </td>
<td><?php $option = 'By Deliver Date'; <td align="center"><?php $option = 'By Deliver Date';
if ($record->DeliveryOption == 1) { if ($record->DeliveryOption == 1) {
$option = "By Schedule"; $option = "By Schedule";
} else if ($record->DeliveryOption == 2) { } else if ($record->DeliveryOption == 2) {
@ -146,7 +155,7 @@
$Deliverydt = ''; $Deliverydt = '';
echo $Deliverydt; echo $Deliverydt;
} ?></td> } ?></td>
<td><?php echo $record->DeliverySchedule ?></td> <td align="center"> <?php echo $record->DeliverySchedule ?></td>

View File

@ -1075,7 +1075,7 @@
<label>File</label> <label>File</label>
<input type="file" name="emp_file[]" class="form-control"> <input type="file" name="emp_file[]" class="form-control">
</div> </div>
<div class="col-md-4" style="margin-top: 23px;"> <div class="col-md-4" style="margin-top: 32px;">
<button type="button" class="btn btn-primary btn-sm a1" <button type="button" class="btn btn-primary btn-sm a1"
onclick="appendFilesFileds()" id="day"> onclick="appendFilesFileds()" id="day">
Add Add
@ -1472,7 +1472,8 @@
}); });
if (!isValid) { if (!isValid) {
console.log('Validation failed. Please fill all required fields.');
alert('Validation failed. Please fill all required fields.');
return; // Stop the submission if validation fails return; // Stop the submission if validation fails
} }

View File

@ -1024,14 +1024,14 @@ if (!empty($EmpDetails)) {
</div> </div>
<div class="col-md-1" style="margin-top: 25px;"> <div class="col-md-1" style="margin-top: 32px;">
<a href="<?php echo base_url() . 'public/uploads/images/emp_files/' . $value['emp_file']; ?>" <a href="<?php echo base_url() . 'public/uploads/images/emp_files/' . $value['emp_file']; ?>"
download> download>
<i class="fa fa-download" aria-hidden="true" <i class="fa fa-download" aria-hidden="true"
style="font-size: 25px;"></i> style="font-size: 25px;"></i>
</a> </a>
</div> </div>
<div class="col-md-4" align="left" style="margin-top: 23px;"> <div class="col-md-4" align="left" style="margin-top: 32px;">
<button type="button" class="btn btn-danger btn-sm" <button type="button" class="btn btn-danger btn-sm"
id="<?= $value['id']; ?>" id="<?= $value['id']; ?>"
onclick="removeContact(this)">Delete onclick="removeContact(this)">Delete
@ -1057,7 +1057,7 @@ if (!empty($EmpDetails)) {
<label>File</label> <label>File</label>
<input type="file" name="emp_file[]" class="form-control"> <input type="file" name="emp_file[]" class="form-control">
</div> </div>
<div class="col-md-4" style="margin-top: 23px;"> <div class="col-md-4" style="margin-top: 32px;">
<button type="button" class="btn btn-primary btn-sm a1" <button type="button" class="btn btn-primary btn-sm a1"
onclick="appendFilesFileds()" id="day"> onclick="appendFilesFileds()" id="day">
Add Add

View File

@ -537,7 +537,7 @@ if (!empty($getlogpodtl)) {
<div class="form-group col-md-3"> <div class="form-group col-md-3">
<!-- <label>Exchange Rate </label> --> <!-- <label>Exchange Rate </label> -->
<label id=label1><b><?php echo "Exchange Rate in $Currencycode ($Value)" ?><span class="text-danger">*</span></label> <label id=label1><?php echo "Exchange Rate in $Currencycode ($Value)" ?><span class="text-danger">*</span></label>
<?php <?php
$data = array('name' => 'ExchangeRate', 'value' => set_value('ExchangeRate', $ExchangeRate), 'id' => 'ExchangeRate', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'USRate()'); $data = array('name' => 'ExchangeRate', 'value' => set_value('ExchangeRate', $ExchangeRate), 'id' => 'ExchangeRate', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'USRate()');
@ -546,18 +546,19 @@ if (!empty($getlogpodtl)) {
</div> </div>
<div class="form-group col-md-3"> <div class="form-group col-md-3">
<label>Place of Origin<span class="text-danger">*</span></label> <label>Place of Origin
<span class="text-danger">*</span>
</label>
<?php <?php
// $data = array('name' => 'PlaceOforigin','value' => set_value('PlaceOforigin'),'id'=>'PlaceOforigin', 'class' => 'form-control' ,'required' => 'true', 'onkeypress'=>'return false;'); // $data = array('name' => 'PlaceOforigin','value' => set_value('PlaceOforigin'),'id'=>'PlaceOforigin', 'class' => 'form-control' ,'required' => 'true', 'onkeypress'=>'return false;');
// echo form_input($data); // echo form_input($data);
$data = array('name' => 'PlaceOforigin', 'value' => set_value('PlaceOforigin', $Import_PlaceofOrgin), 'id' => 'PlaceOforigin', 'class' => 'form-control', 'required' => 'true'); $data = array('name' => 'PlaceOforigin', 'value' => set_value('PlaceOforigin', $Import_PlaceofOrgin), 'id' => 'PlaceOforigin', 'class' => 'form-control num', 'required' => 'true');
echo form_input($data); echo form_input($data);
?> ?>
</div> </div>
</div>
<div class="form-row"> <div class="form-row">
<div class="form-group col-md-3"> <div class="form-group col-md-3">
@ -713,41 +714,27 @@ if (!empty($getlogpodtl)) {
<div class="form-group col-md-3"> <div class="form-group col-md-3">
</div> </div>
</div> </div>
<div>
<table class="table table-bordered">
<div align="right" style="padding-right:10px">
<div align="right">
<div class="form-row"> <div class="form-row" align="right">
<div class="col-md-3 col-md-offset-7" align="right" style="padding:10px"> <div class="col-md-4">
<!-- <input type="checkbox" id="IsOpenOrder" name="IsOpenOrder" value="1"> IS THIS OPEN ORDER FORMAT -->
</div> </div>
<div class="form-group col-md-1" align="right"> <div class="col-md-4">
</div>
<div class="col-md-4">
<?php if ($PONOStatus == PO_DRAFT || $PONOStatus == PO_CREATED || $PONOStatus == PO_APPROVED) { ?> <?php if ($PONOStatus == PO_DRAFT || $PONOStatus == PO_CREATED || $PONOStatus == PO_APPROVED) { ?>
<a data-toggle="modal" data-target="#importpomodel" class="btn btn-success" data-dismiss="modal" onclick="myFunction();">Add Line Item </a> <a data-toggle="modal" data-target="#importpomodel" class="btn btn-success" data-dismiss="modal" onclick="myFunction();">Add Line Item </a>
<?php } ?> <?php } ?>
</div> </div>
</div>
<!--<a data-toggle="modal"><button type="submit" onclick="myFunction();" class="btn btn-success" id="abcd" >Select Line Item</button> </a>-->
<!-- <div class="modal fade" id="importpomodel" role="dialog">-->
</div>
</div>
</div> </div>
<br><br><br>
<br />
<div class="box-body" style="margin-top: -3%;"> <div class="box-body" style="margin-top: -3%;">
<table id="ImportTax" class="table table-bordered table-hover" style="background-color:#fff;font-size:12px;"> <table id="ImportTax" class="table table-bordered table-hover" style="background-color:#fff;font-size:12px;">
<thead> <thead>
@ -793,6 +780,8 @@ if (!empty($getlogpodtl)) {
<!-- <td><?php echo $record->QuantityRejected ?></td> --> <!-- <td><?php echo $record->QuantityRejected ?></td> -->
<!-- <td><?php echo $record->PendingQty ?></td> --> <!-- <td><?php echo $record->PendingQty ?></td> -->
<!-- <td><?php echo $record->Taxamount ?></td> <!-- <td><?php echo $record->Taxamount ?></td>
<td><?php echo $record->TotalOrderValue ?></td> --> <td><?php echo $record->TotalOrderValue ?></td> -->
<input type="hidden" name="<?php echo 'Reqnumber' . $index ?>" id="<?php echo 'Reqnumber' . $index ?>" value="<?php echo $record->ReqNo; ?>" /> <input type="hidden" name="<?php echo 'Reqnumber' . $index ?>" id="<?php echo 'Reqnumber' . $index ?>" value="<?php echo $record->ReqNo; ?>" />
@ -1172,7 +1161,7 @@ if (!empty($getlogpodtl)) {
</div> </div>
<div class="form-row"> <div class="form-row p-3">
<div class="form-group col-md-12"> <div class="form-group col-md-12">
<label>Special Instructions </label> <?php <label>Special Instructions </label> <?php
$data = array('name' => 'txtSpcialInstruction', 'value' => set_value('txtSpcialInstruction', strip_tags($ServiceDescription)), 'id' => 'txtSpcialInstruction', 'class' => 'form-control', 'rows' => '10', 'cols' => '40'); $data = array('name' => 'txtSpcialInstruction', 'value' => set_value('txtSpcialInstruction', strip_tags($ServiceDescription)), 'id' => 'txtSpcialInstruction', 'class' => 'form-control', 'rows' => '10', 'cols' => '40');
@ -1180,15 +1169,33 @@ if (!empty($getlogpodtl)) {
?> ?>
</div> </div>
</div> </div>
<div align="right" style="padding-right:10px">
<div class="col-md-5 col-md-offset-7" align="right"><br />
<div class="form-row p-3">
<div> <div>
<input type="file" name="POFile" id="POFile"> <label class="form">
Select Purchase Order File
</label>
</div>
<input type="file" class="form-control" name="POFile" id="POFile">
<?php if ($PrePOFile) { ?> <?php if ($PrePOFile) { ?>
<label><a title="previously uploaded PO File" href="<?php echo base_url() . 'public/uploads/POfiles/' . $PrePOFile ?>"><span>previously uploaded - </span><small><?= $PrePOFile; ?></small></a></label> <label><a title="previously uploaded PO File" href="<?php echo base_url() . 'public/uploads/POfiles/' . $PrePOFile ?>"><span>previously uploaded - </span><small><?= $PrePOFile; ?></small></a></label>
<?php } ?> <?php } ?>
<input type="hidden" id="PrePOFile" name="PrePOFile" value="<?php echo $PrePOFile; ?>" /><br> <input type="hidden" id="PrePOFile" name="PrePOFile" value="<?php echo $PrePOFile; ?>" /><br>
</div>
<div align="right" style="padding-right:10px">
<div class="col-md-5 col-md-offset-7" align="right"><br />
<div>
</div> </div>
<input type="hidden" name="txtPoRange" id="txtPoRange" /> <input type="hidden" name="txtPoRange" id="txtPoRange" />
<input type="hidden" name="isEdit" id="isEdit" value="0" /> <input type="hidden" name="isEdit" id="isEdit" value="0" />
@ -1222,9 +1229,11 @@ if (!empty($getlogpodtl)) {
<?php } ?> <?php } ?>
<?php } ?> <?php } ?>
</div>
<br />
</div> <br><br>
<label >Request On :</label><?php echo $Reqon; ?><br /> <label >Request On :</label><?php echo $Reqon; ?><br />
<label>Request By :</label><?php echo $RequesterName; ?><br /> <label>Request By :</label><?php echo $RequesterName; ?><br />
@ -1247,6 +1256,11 @@ if (!empty($getlogpodtl)) {
} }
?> ?>
</div> </div>
<br />
</div>
</div>
</div> </div>
@ -1268,15 +1282,17 @@ if (!empty($getlogpodtl)) {
<button type="button" class="close" data-dismiss="modal" <button type="button" class="close" data-dismiss="modal"
aria-hidden="true">×</button> aria-hidden="true">×</button>
</div> </div>
<form> <form class="form-control">
<div class="modal-body p-4"> <div class="modal-body p-4">
<div class="form-row"> <div class="form-row">
<div class="form-group col-md-3"> <div class="form-group col-md-3">
<label>Req No<span class="text-danger" style="color:red;text-align:right;background-color: #fff <label>Req No<span class="text-danger" style="color:red;text-align:right;background-color: #fff
;">*</span></label> ;">*</span></label>
<div>
<?php <?php
$options = array("0" => 'Req No'); $options = array("0" => 'Req No');
//echo form_dropdown('ImportMaterialCode', $options,set_value('ImportMaterialCode'),'id="ImportMaterialCode"' ,'class="form-control required"'); //echo form_dropdown('ImportMaterialCode', $options,set_value('ImportMaterialCode'),'id="ImportMaterialCode"' ,'class="form-control required"');
@ -1290,7 +1306,7 @@ if (!empty($getlogpodtl)) {
echo form_dropdown('ReqNo', $RL, set_value('ReqNo'), 'id="ReqNo" class="form-control"'); echo form_dropdown('ReqNo', $RL, set_value('ReqNo'), 'id="ReqNo" class="form-control"');
?> ?>
</div>
</div> </div>
<div class="form-group col-md-3"> <div class="form-group col-md-3">
@ -1303,6 +1319,8 @@ if (!empty($getlogpodtl)) {
?> ?>
</div> </div>
</div> </div>
<div class="form-group col-md-3"> <div class="form-group col-md-3">
<label>Cost Center Code</label> <label>Cost Center Code</label>
<div > <div >
@ -1317,6 +1335,7 @@ if (!empty($getlogpodtl)) {
?> ?>
</div> </div>
</div> </div>
<div class="form-group col-md-3" style="padding-right: 0px;"> <div class="form-group col-md-3" style="padding-right: 0px;">
<label>Available Budget Amount (<?php echo $INR ?>)</label> <label>Available Budget Amount (<?php echo $INR ?>)</label>
<div > <div >
@ -1326,9 +1345,12 @@ if (!empty($getlogpodtl)) {
?> ?>
</div> </div>
</div> </div>
</div> </div>
<!-- second-row starts with item code -->
<div class="form-row"> <div class="form-row">
<div class="form-group col-md-2"> <div class="form-group col-md-3">
<label>Item Code<span class="text-danger" style="color:red;text-align:right;background-color: #fff;">*</span></label> <label>Item Code<span class="text-danger" style="color:red;text-align:right;background-color: #fff;">*</span></label>
<!--In this item code the value should come from DB , so it getting error , so i am disabling this div , once get the data from DB uncommand this div--> <!--In this item code the value should come from DB , so it getting error , so i am disabling this div , once get the data from DB uncommand this div-->
@ -1359,7 +1381,7 @@ if (!empty($getlogpodtl)) {
</div> </div>
</div> </div>
<div class="form-group col-md-2"> <div class="form-group col-md-3">
<label>Item Name</label> <label>Item Name</label>
<div > <div >
<?php <?php
@ -1368,14 +1390,15 @@ if (!empty($getlogpodtl)) {
?> ?>
</div> </div>
</div> </div>
<div class="form-group col-md-1"> <div class="form-group col-md-3">
<label>UOM</label> <label>UOM</label>
<?php <?php
$data = array('name' => 'UOM', 'value' => set_value('UOM'), 'id' => 'UOM', 'class' => 'form-control', 'readonly' => 'true'); $data = array('name' => 'UOM', 'value' => set_value('UOM'), 'id' => 'UOM', 'class' => 'form-control', 'readonly' => 'true');
echo form_input($data); echo form_input($data);
?> ?>
</div> </div>
<div class="form-group col-md-2">
<div class="form-group col-md-3">
<label>Quantity<span class="text-danger" style="color:red;text-align:right;background-color: #fff;">*</span></label> <label>Quantity<span class="text-danger" style="color:red;text-align:right;background-color: #fff;">*</span></label>
<div > <div >
<?php <?php
@ -1384,43 +1407,16 @@ if (!empty($getlogpodtl)) {
?> ?>
</div> </div>
</div>
<div class="form-group col-md-2">
<!-- <label>Rate </label>
-->
<!-- <P id=labelRate> --> <label id=labelRate><?php echo "Rate in $Currencycode ($Value)"; ?><span class="text-danger" style="color:red;text-align:right;background-color: #fff;">*</span> </label><!-- </P> -->
<div >
<?php
$data = array('name' => 'Rate', 'value' => set_value('Rate'), 'id' => 'Rate', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'Ratechange(),calculateFreight(0)');
echo form_input($data);
?>
</div>
</div>
<div class="form-group col-md-1">
<label>Per</label> <?php
$data = array('name' => 'AddPer', 'value' => set_value('AddPer'), 'id' => 'AddPer', 'class' => 'form-control');
echo form_input($data); ?>
</div>
<div class="form-group col-md-2" style="padding: 0px;">
<!-- <label>Basic Amount </label>-->
<!-- <p id=labelBasicvalue><label><?php echo "Basic Value In $Currencycode ($Value)"; ?></label></p>
-->
<!-- <p id=label2> --> <label id=label2><?php echo "Basic Value In $Currencycode"; ?></label><!-- </p> --> </div>
<div > </div>
<?php
//$data = array('name' => 'imTotalAmount','value' => set_value('imTotalAmount'),'id'=>'imTotalAmount', 'class' => 'form-control' ,'readonly' => 'true');
$data = array('name' => 'txtBasicValue', 'value' => set_value('txtBasicValue'), 'id' => 'txtBasicValue', 'class' => 'form-control num', 'readonly' => 'true');
echo form_input($data);
?>
</div>
</div>
</div>
</div>
<div class="form-row "> <div class="form-row ">
<div class="form-group col-md-3">
</div>
<div class="form-group col-md-3"> <div class="form-group col-md-3">
<!-- Basic Price in US $ per Ton : --> <!-- Basic Price in US $ per Ton : -->
@ -1434,6 +1430,9 @@ if (!empty($getlogpodtl)) {
echo form_input($data); echo form_input($data);
?> ?>
</div> </div>
</div> </div>
<div class="form-group col-md-3"> <div class="form-group col-md-3">
@ -1467,14 +1466,18 @@ if (!empty($getlogpodtl)) {
?> ?>
</div> </div>
</div> </div>
<!--<div class="form-group col-md-3">
<a href="http://www.xe.com/" target="_blank"><u>Click nere to check Today's Foreign Exchange value</u></a>
</div>-->
</div> </div>
<div class="form-row" style="padding:0px;">
<br>
<div class="form-row " style="border:1px solid black;">
<br /> <br />
<div class="form-group col-md-6" style="padding:0px;"> <div class="form-group col-md-6 p-2 mt-1" style="padding:0px;">
<div class="form-group col-md-12"> <div class="form-row">
<div class="form-group col-md-4"> <div class="form-group col-md-4">
<!-- Basic Price: --> <!-- Basic Price: -->
<label><?php echo "Basic Price ($INR)"; ?></label> <label><?php echo "Basic Price ($INR)"; ?></label>
@ -1613,7 +1616,8 @@ if (!empty($getlogpodtl)) {
</div> </div>
</div> </div>
</div> </div>
<div class="form-group col-md-6" style="padding:0px;">
<div class="form-group col-md-6 p-2 mt-1" style="padding:0px;">
<div class="form-row"> <div class="form-row">
<div class="form-group col-md-4"> <div class="form-group col-md-4">
<!-- Additional Excise duty : (g) --> <!-- Additional Excise duty : (g) -->
@ -1637,9 +1641,6 @@ if (!empty($getlogpodtl)) {
</div> </div>
</div> </div>
<div class="form-row"> <div class="form-row">
<div class="form-group col-md-4"> <div class="form-group col-md-4">
<!-- Additional Excise duty : (g) --> <!-- Additional Excise duty : (g) -->
@ -1663,13 +1664,6 @@ if (!empty($getlogpodtl)) {
</div> </div>
</div> </div>
<div class="form-row"> <div class="form-row">
<div class="form-group col-md-8"> <div class="form-group col-md-8">
<!-- Gross duty payable --> <!-- Gross duty payable -->
@ -1688,8 +1682,8 @@ if (!empty($getlogpodtl)) {
<!--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> <label>Freight Type </label>
<div> <div>
<?php <?php
$options = array("0" => 'Select Freight Type'); $options = array("0" => 'Select Freight Type');
@ -1709,8 +1703,8 @@ if (!empty($getlogpodtl)) {
?> ?>
</div> </div>
</div> </div>
<div class="form-group col-md-3" id="AddTripsValue" style="display:none;"> <div class="form-group col-md-4" id="AddTripsValue" style="display:none;">
<span>NO Of Trips</span> <label>NO Of Trips</label>
<div > <div >
<?php <?php
$data = array('name' => 'addNOOfTrips', 'value' => set_value('addNOOfTrips'), 'id' => 'addNOOfTrips', 'class' => 'form-control num', 'onchange' => 'calculateFreight(0);'); $data = array('name' => 'addNOOfTrips', 'value' => set_value('addNOOfTrips'), 'id' => 'addNOOfTrips', 'class' => 'form-control num', 'onchange' => 'calculateFreight(0);');
@ -1718,8 +1712,8 @@ if (!empty($getlogpodtl)) {
?> ?>
</div> </div>
</div> </div>
<div class="form-group col-md-3"> <div class="form-group col-md-4">
<span>Freight Rate </span> <label>Freight Rate </label>
<div > <div >
<?php <?php
$data = array('name' => 'addtxtFreight', 'value' => set_value('addtxtFreight'), 'id' => 'addtxtFreight', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'calculateFreight(0);'); $data = array('name' => 'addtxtFreight', 'value' => set_value('addtxtFreight'), 'id' => 'addtxtFreight', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'calculateFreight(0);');
@ -1728,8 +1722,8 @@ if (!empty($getlogpodtl)) {
</div> </div>
</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> <label>Freight Amt In <?php echo $INR; ?></label>
<div > <div >
<?php <?php
$data = array('name' => 'addtxtAfterFreight', 'value' => set_value('addtxtAfterFreight'), 'id' => 'addtxtAfterFreight', 'class' => 'form-control num', 'readonly' => 'true'); $data = array('name' => 'addtxtAfterFreight', 'value' => set_value('addtxtAfterFreight'), 'id' => 'addtxtAfterFreight', 'class' => 'form-control num', 'readonly' => 'true');
@ -1741,11 +1735,12 @@ if (!empty($getlogpodtl)) {
</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>
<div class="form-row"> <div class="form-row mt-3">
<div class="form-group col-md-4"> <div class="form-group col-md-4">
<label>Duty Impact</label> <label>Duty Impact</label>
</div> </div>
@ -1757,8 +1752,8 @@ if (!empty($getlogpodtl)) {
?> ?>
</div> </div>
</div> </div>
<div class="form-group col-md-4" style="margin-top: -4.8%"> <div class="form-group col-md-4" style="margin-top: -4.0%">
<span>Quantity</span> <label>Quantity</label>
<div > <div >
<?php <?php
$data = array('name' => 'PurQuantity', 'value' => set_value('PurQuantity'), 'id' => 'PurQuantity', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'CalculateCtable()'); $data = array('name' => 'PurQuantity', 'value' => set_value('PurQuantity'), 'id' => 'PurQuantity', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'onchange' => 'CalculateCtable()');
@ -1802,11 +1797,11 @@ if (!empty($getlogpodtl)) {
<div class="form-group col-md-4"> <div class="form-group col-md-4" style="margin-top: -4.0%">
<!-- RMC Including Customers --> <!-- RMC Including Customers -->
<label><?php echo "Nett per UOM($INR)"; ?></label> <label>
</div> <?php echo "Nett per UOM($INR)"; ?>
<div class="form-group col-md-4"> </label>
<div > <div >
<?php <?php
$data = array('name' => 'Nett', 'value' => set_value('Nett', 0), 'id' => 'Nett', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'readonly' => 'true'); $data = array('name' => 'Nett', 'value' => set_value('Nett', 0), 'id' => 'Nett', 'class' => 'form-control num', 'onkeypress' => 'return isNumberKey(event);', 'readonly' => 'true');
@ -1817,6 +1812,16 @@ if (!empty($getlogpodtl)) {
<div class="form-group col-md-4">
</div>
<div class="form-group col-md-4">
</div>
<div class="form-group col-md-4" style="display: none"> <div class="form-group col-md-4" style="display: none">
<!-- Total Amount: --> <!-- Total Amount: -->
@ -1837,6 +1842,8 @@ if (!empty($getlogpodtl)) {
</div> </div>
</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>Import Description :</label> <label>Import Description :</label>
@ -1850,8 +1857,10 @@ if (!empty($getlogpodtl)) {
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<a class="btn btn-success" data-dismiss="modal" value="Cancel">Cancel</a> <a class="btn btn-success" data-dismiss="modal" value="Cancel">Cancel</a>
&nbsp;&nbsp;&nbsp;&nbsp;
<a class="btn btn-success font AddImport" ID="AddImport"> &nbsp;&nbsp;<span class="bold">Add Import</span></a> <a class="btn btn-success font AddImport" ID="AddImport"> &nbsp;&nbsp;<span class="bold">Add Import</span></a>
</div> </div>
</form> </form>

View File

@ -34,7 +34,10 @@ if (!empty($ReqPOType)) {
$strReqPOType = $ReqPOType; $strReqPOType = $ReqPOType;
} }
?> ?>
<style> <style>
.btn-soft-primary { .btn-soft-primary {
color: white; color: white;
background-color: rgb(42, 206, 150); background-color: rgb(42, 206, 150);
@ -76,6 +79,11 @@ td {
width:15%; width:15%;
} }
.th-Sno{
text-align:center !important;
width:15%;
}
</style> </style>
<script type="text/javascript"> <script type="text/javascript">
window.onload = function() { window.onload = function() {
@ -183,7 +191,7 @@ td {
<table id="Items" class="table table-striped table-hover mb-0" style="font-size:12px;"> <table id="Items" class="table table-striped table-hover mb-0" style="font-size:12px;">
<thead> <thead>
<tr> <tr>
<th class="th">SNo</th> <th class="th th-Sno" >SNo</th>
<th class="th th-materialCode">Material Code</th> <th class="th th-materialCode">Material Code</th>
<th class="th th-materialName">Material Name</th> <th class="th th-materialName">Material Name</th>
<th class="th">Uom</th> <th class="th">Uom</th>

0
deletableFile.php Normal file → Executable file
View File

View File

@ -1,11 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>