stock module latest today vadivel J 23-01-2025
This commit is contained in:
parent
fd70a69fcc
commit
36ef2b7b99
@ -205,17 +205,12 @@ $datefordropdown = format_date($datefordropdown, 0, 'M-Y');
|
|||||||
z-index: 2;
|
z-index: 2;
|
||||||
border-right: 2px solid #ddd;
|
border-right: 2px solid #ddd;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.fht-table thead th {
|
|
||||||
position: sticky;
|
|
||||||
top: 0;
|
|
||||||
z-index: 5!important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<div class="content-page">
|
<div class="content-page">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|||||||
@ -181,7 +181,7 @@
|
|||||||
text-align: right
|
text-align: right
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .fht-table th:nth-child(1),
|
.fht-table th:nth-child(1),
|
||||||
.fht-table th:nth-child(2)
|
.fht-table th:nth-child(2)
|
||||||
{
|
{
|
||||||
position: sticky;
|
position: sticky;
|
||||||
@ -194,15 +194,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.fht-table td:nth-child(1),
|
|
||||||
.fht-table td:nth-child(2)
|
.fht-table td:nth-child(2)
|
||||||
{
|
{
|
||||||
position: sticky;
|
position: sticky;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: #ffffff;
|
background-color: #00a65a;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
border-right: 2px solid #ddd;
|
border-right: 2px solid #ddd;
|
||||||
color: #0e0b0b;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-responsive {
|
.table-responsive {
|
||||||
@ -214,18 +213,9 @@
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 5!important;
|
z-index: 5!important;
|
||||||
} */
|
|
||||||
|
|
||||||
.table-responsive {
|
|
||||||
overflow-y: auto;
|
|
||||||
max-height: 450px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fht-table thead th {
|
|
||||||
position: sticky;
|
|
||||||
top: 0;
|
|
||||||
z-index: 5!important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -660,8 +650,10 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<th class="celda_encabezado_total" style="padding: 10px;">S.NO </th>
|
<th class="celda_encabezado_total"
|
||||||
<th class="celda_encabezado_total" style="padding: 10px;">IGR No </th>
|
style="padding: 10px; border:#ffffff; background-color:#ffffff !important;">S.NO </th>
|
||||||
|
<th class="celda_encabezado_total"
|
||||||
|
style="padding: 10px; border:#ffffff; background-color:#ffffff !important;">IGR No </th>
|
||||||
<th class="celda_encabezado_total" style="padding: 10px;">Invoice No</th>
|
<th class="celda_encabezado_total" style="padding: 10px;">Invoice No</th>
|
||||||
<th class="celda_encabezado_total" style="padding: 10px;">Invoice Date</th>
|
<th class="celda_encabezado_total" style="padding: 10px;">Invoice Date</th>
|
||||||
<th class="celda_encabezado_total" style="padding: 10px;">Received Date</th>
|
<th class="celda_encabezado_total" style="padding: 10px;">Received Date</th>
|
||||||
@ -689,9 +681,8 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<td class="celda_normal" style="background-color:rgb(189, 9, 6); color:#fff ;"> <h5 style="color:#fff;"> total </h5> </td>
|
|
||||||
<td class="celda_normal" > -</td>
|
<td class="celda_normal" > -</td>
|
||||||
|
<td class="celda_normal" style="background-color:rgb(189, 9, 6); color:#fff ;"> <h5 style="color:#fff;"> total </h5> </td>
|
||||||
<td class="celda_normal" > -</td>
|
<td class="celda_normal" > -</td>
|
||||||
|
|
||||||
<td class="celda_normal" > -</td>
|
<td class="celda_normal" > -</td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user