Attendance ui : GWM
This commit is contained in:
parent
2f7b671ff3
commit
09cb54f6d3
@ -174,7 +174,7 @@ class Monthlypay extends BaseController
|
|||||||
foreach ($phpdata as $data) {
|
foreach ($phpdata as $data) {
|
||||||
|
|
||||||
|
|
||||||
$EmpID = $data['Employee ID'];
|
$EmpID = $data['EmpID'];
|
||||||
$W1H = $data['1W'];
|
$W1H = $data['1W'];
|
||||||
$W1OT = $data['1OT'];
|
$W1OT = $data['1OT'];
|
||||||
$W2H = $data['2W'];
|
$W2H = $data['2W'];
|
||||||
|
|||||||
@ -49,7 +49,7 @@ $currentday = date('d');
|
|||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-spacing: 0;
|
border-spacing: 0;
|
||||||
/*table-layout: fixed; Algoritmo de distribucion fijo */
|
/*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,
|
.fht-table th,
|
||||||
@ -213,6 +213,7 @@ $currentday = date('d');
|
|||||||
title='click here for load attendance for specified month' style="margin-top:0px;">
|
title='click here for load attendance for specified month' style="margin-top:0px;">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<?php echo form_close(); ?>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
@ -239,14 +240,14 @@ $currentday = date('d');
|
|||||||
<div class="table-responsive">
|
<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>
|
<thead>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<th class="celda_encabezado_general">S.NO</th>
|
<th class="celda_encabezado_general">S.NO</th>
|
||||||
<th class="celda_encabezado_general" >Employee ID</th>
|
<th class="celda_encabezado_general" >EmpID</th>
|
||||||
<th style="background-color: #00a65a;color:#fff;border:5px">Employee Name</th>
|
<th class="celda_encabezado_general">Employee Name</th>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
for ($col = 1; $col <= $monthdays; $col++) {
|
for ($col = 1; $col <= $monthdays; $col++) {
|
||||||
@ -470,7 +471,7 @@ $currentday = date('d');
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<?php echo form_close(); ?>
|
|
||||||
</div> <!-- End card-body -->
|
</div> <!-- End card-body -->
|
||||||
</div> <!-- End card -->
|
</div> <!-- End card -->
|
||||||
</div> <!-- End col -->
|
</div> <!-- End col -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user