tracker issues

This commit is contained in:
VE10-Sanjeev 2025-04-17 11:30:40 +00:00
parent 45f332f991
commit 09748ce1fa
2 changed files with 37 additions and 25 deletions

View File

@ -2943,32 +2943,44 @@ if (!empty($INRSYMBOL)) {
</div> </div>
</div> </div>
<table class="table table-bordered ">
<style>
.table-responsive::-webkit-scrollbar {
display: none;
}
</style>
<div class="box-body"> <div class="box-body">
<table id="serviceTax" class="table table-bordered table-hover" <div class="table-responsive" style="padding-bottom: 30px;
style="background-color:#fff;"> overflow: auto;
<thead> -ms-overflow-style: none; /* IE/Edge */
<tr> scrollbar-width: none; /* Firefox */
<th style="white-space: nowrap !important;">SNo</th> ">
<th style="white-space: nowrap !important; text-align:center !important">Requisition No</th> <table id="serviceTax" class="table table-bordered table-hover mb-0"
<th style="white-space: nowrap !important;">Item Code</th> style="background-color:#fff; font-size:12px;">
<th style="white-space: nowrap !important;">Item Description</th> <thead>
<th style="white-space: nowrap !important; text-align:center !important">HSN/SAC</th> <tr>
<th style="white-space: nowrap !important;">Line Item Specs</th> <th style="white-space: nowrap !important;">SNo</th>
<th style="white-space: nowrap !important;" class="text-right">Quantity</th> <th style="white-space: nowrap !important; text-align:center !important">Requisition No</th>
<th style="white-space: nowrap !important;">UOM</th> <th style="white-space: nowrap !important;">Item Code</th>
<th style="white-space: nowrap !important;" class="text-right">Rate<?php echo "($INRSYM)" ?></th> <th style="white-space: nowrap !important;">Item Description</th>
<th style="white-space: nowrap !important;" class="text-right">Basic Amount<?php echo "($INRSYM)" ?></th> <th style="white-space: nowrap !important; text-align:center !important">HSN/SAC</th>
<th style="white-space: nowrap !important;" class="text-right">Tax Amount<?php echo "($INRSYM)" ?></th> <th style="white-space: nowrap !important;">Line Item Specs</th>
<th style="white-space: nowrap !important;" class="text-right">Total Order Amount<?php echo "($INRSYM)" ?></th> <th style="white-space: nowrap !important;" class="text-right">Quantity</th>
<th>Action</th> <th style="white-space: nowrap !important;">UOM</th>
</tr> <th style="white-space: nowrap !important;" class="text-right">Rate<?php echo "($INRSYM)" ?></th>
</thead> <th style="white-space: nowrap !important;" class="text-right">Basic Amount<?php echo "($INRSYM)" ?></th>
<tbody id="ServiceAppend"></tbody> <th style="white-space: nowrap !important;" class="text-right">Tax Amount<?php echo "($INRSYM)" ?></th>
<tbody id="RevenueAppend"></tbody> <th style="white-space: nowrap !important;" class="text-right">Total Order Amount<?php echo "($INRSYM)" ?></th>
</table> <th>Action</th>
</tr>
</thead>
<tbody id="ServiceAppend"></tbody>
<tbody id="RevenueAppend"></tbody>
</table>
</div>
</div> </div>
</table>
<div class="row px-3" id="potaxes" style="display:none;"> <div class="row px-3" id="potaxes" style="display:none;">

View File

@ -252,7 +252,7 @@
} }
}, },
min: 0, // Minimum value for y-axis min: 0, // Minimum value for y-axis
max: 30000000 // Maximum value for y-axis max: 50000000 // Maximum value for y-axis
} }
}, },
plugins: { plugins: {