| Server IP : 162.214.74.102 / Your IP : 216.73.217.114 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/www/lrsys_apps/regional/application/plugins/module_hr/views/ |
Upload File : |
<div class="row">
<div class="col-md-12">
<div class="ibox">
<div class="ibox-title">
<h5>{$_L['Stock module menu 5']}</h5>
</div>
<div class="ibox-content" id="ibox_form">
<div class="row">
<div class="col-sm-6">
<div class="row">
<div class="col-sm-12 text-center">
<h1>{$_L['Point title']} {$status}</h1>
</div>
</div><br><br>
<div class="row">
<div class="col-sm-12 text-center">
<input type="text" class="form-control hr_point" id="time_point" name="time_point">
</div>
</div><br><br><br><br>
<div class="row">
<div class="col-sm-6 col-sm-offset-3 text-center">
<input type="button" class="btn btn-primary btn-block save" value="{$_L['Save Point']}">
</div>
</div>
</div>
<input type="hidden" id="idPoint" value="{$id_point}">
<div class="col-sm-6">
<div class="col-sm-12">
<table class="table table-striped">
<tr><th>{$_L['Point Data']}</th>
<th>{$_L['Point Entry']}</th>
<th>{$_L['Point Out']}</th>
</tr>
{foreach $allPoints as $points}
<tr>
<td>{$points['date']|date_format:"%d/%m/%Y"}</td>
<td>{$points['time_entry']}</td>
<td>{$points['time_out']}</td>
</tr>
{/foreach}
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>