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>
|
||||
<div class="form-row">
|
||||
<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;">
|
||||
<thead>
|
||||
|
||||
@ -2233,7 +2233,7 @@ if (!empty($getlogpodtl)) {
|
||||
<th style="text-align:center !important">SNo</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 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">UOM</th>
|
||||
<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 $record->ReqNo ?></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->UOM ?></td>
|
||||
<td align="right"><?php echo $record->Rate ?></td>
|
||||
|
||||
@ -137,7 +137,7 @@ if (!empty($Emp)) {
|
||||
</div>
|
||||
<div class="form-row">
|
||||
<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>
|
||||
<tr>
|
||||
<th class="th">SNo</th>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user