Gas stock details changes-8 vadivel J 28-11-2024
This commit is contained in:
parent
c858617245
commit
845a12492a
@ -2225,7 +2225,7 @@ if (!empty($getlogpodtl)) {
|
|||||||
<br>
|
<br>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<div class="table-responsive" style="padding-bottom:30px;">
|
<div class="table-responsive" style="padding-bottom:30px;">
|
||||||
<table id="revenueTax" class="table table-striped table-hover mb-0"
|
<table id="revenueTax" class="table table-bordered table-hover"
|
||||||
style="font-size:12px;">
|
style="font-size:12px;">
|
||||||
<thead>
|
<thead>
|
||||||
|
|
||||||
@ -2233,7 +2233,7 @@ if (!empty($getlogpodtl)) {
|
|||||||
<th style="text-align:center !important">SNo</th>
|
<th style="text-align:center !important">SNo</th>
|
||||||
<th style="text-align:center !important">Requisition No</th>
|
<th style="text-align:center !important">Requisition No</th>
|
||||||
<th style="text-align:center !important">Item Code</th>
|
<th style="text-align:center !important">Item Code</th>
|
||||||
<th style="text-align:center !important">Item Description</th>
|
<th style="text-align:left !important">Item Description</th>
|
||||||
<th style="text-align:center !important">Quantity</th>
|
<th style="text-align:center !important">Quantity</th>
|
||||||
<th style="text-align:center !important">UOM</th>
|
<th style="text-align:center !important">UOM</th>
|
||||||
<th style="text-align:right !important">Rate <?php echo "($INRSYM)" ?>
|
<th style="text-align:right !important">Rate <?php echo "($INRSYM)" ?>
|
||||||
@ -2265,7 +2265,7 @@ if (!empty($getlogpodtl)) {
|
|||||||
<td align="center"><?php echo $index; ?></td>
|
<td align="center"><?php echo $index; ?></td>
|
||||||
<td align="center"><?php echo $record->ReqNo ?></td>
|
<td align="center"><?php echo $record->ReqNo ?></td>
|
||||||
<td align="center"><?php echo $record->MaterialCode ?></td>
|
<td align="center"><?php echo $record->MaterialCode ?></td>
|
||||||
<td align="center"><?php echo $record->MaterialName ?></td>
|
<td align="left"><?php echo $record->MaterialName ?></td>
|
||||||
<td align="center"><?php echo $record->Quantity ?></td>
|
<td align="center"><?php echo $record->Quantity ?></td>
|
||||||
<td align="center"><?php echo $record->UOM ?></td>
|
<td align="center"><?php echo $record->UOM ?></td>
|
||||||
<td align="right"><?php echo $record->Rate ?></td>
|
<td align="right"><?php echo $record->Rate ?></td>
|
||||||
|
|||||||
@ -137,7 +137,7 @@ if (!empty($Emp)) {
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-row">
|
<div class="form-row">
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table id="Items" class="table table-striped table-hover mb-0" style="font-size:12px;">
|
<table id="Items" class="table table-bordered table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th class="th">SNo</th>
|
<th class="th">SNo</th>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user