Attendance ui : GWM

This commit is contained in:
Smart 2024-09-20 10:33:31 +05:30
parent 2f7b671ff3
commit 09cb54f6d3
2 changed files with 7 additions and 6 deletions

View File

@ -174,7 +174,7 @@ class Monthlypay extends BaseController
foreach ($phpdata as $data) {
$EmpID = $data['Employee ID'];
$EmpID = $data['EmpID'];
$W1H = $data['1W'];
$W1OT = $data['1OT'];
$W2H = $data['2W'];

View File

@ -49,7 +49,7 @@ $currentday = date('d');
border-collapse: collapse;
border-spacing: 0;
/*table-layout: fixed; Algoritmo de distribucion fijo */
/*white-space:nowrap; Impide los saltos de l<>nea autom<6F>ticos */
white-space:nowrap;
}
.fht-table th,
@ -213,6 +213,7 @@ $currentday = date('d');
title='click here for load attendance for specified month' style="margin-top:0px;">
</div>
</div>
<?php echo form_close(); ?>
<?php
@ -239,14 +240,14 @@ $currentday = date('d');
<div class="table-responsive">
<table id="attendance" class="fht-table table table-striped">
<table id="attendance" class="fht-table table table-striped" style="font-size: small;">
<thead>
<tr>
<th class="celda_encabezado_general">S.NO</th>
<th class="celda_encabezado_general" >Employee ID</th>
<th style="background-color: #00a65a;color:#fff;border:5px">Employee Name</th>
<th class="celda_encabezado_general" >EmpID</th>
<th class="celda_encabezado_general">Employee Name</th>
<?php
for ($col = 1; $col <= $monthdays; $col++) {
@ -470,7 +471,7 @@ $currentday = date('d');
</div>
</div>
</div>
<?php echo form_close(); ?>
</div> <!-- End card-body -->
</div> <!-- End card -->
</div> <!-- End col -->