| Server IP : 162.214.74.102 / Your IP : 216.73.217.80 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/erp/ui/theme/lrsys/ |
Upload File : |
{include file="sections/header_client_default.tpl"}
<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">
<h3>{$_L['Point title']}</h3>
</div>
</div><br>
<div class="row text-center">
<canvas id="clock1_" width="300px" height="300px">
</canvas>
</div><br>
<div class="row">
<div class="col-sm-12">
<button class="btn btn-primary btn-block save" style="height: 150px;font-size: 40px;">
{$_L['Save Point']} {$status} <i class="fa fa-sign-in"></i>
</button>
</div>
</div>
</div>
<input type="hidden" id="idPoint" value="{$id_point}">
<div class="col-sm-6">
<div class="col-sm-12">
<form class="form-horizontal" method="post" action="{$_url}module_hr/hr/list">
<div class="form-group">
<div class="col-md-6">
<div class="input-group">
<div class="input-group-addon">
<span class="fa fa-search"></span>
</div>
<input type="text" name="name" id="foo_filter" class="form-control" placeholder="{$_L['Search_point']}"/>
</div>
</div>
<div class="col-md-6">
<input type="text" class="form-control dt" id="filter_data" name="filter_data" >
</div>
</div>
</form>
<table class="table table-bordered table-hover sys_table footable" data-filter="#foo_filter" data-page-size="8">
<thead>
<tr><th>{$_L['Point Data']}</th>
<th>{$_L['Point Entry']}</th>
<th>{$_L['Point Out']}</th>
</tr>
</thead>
<tbody>
{foreach $allPoints as $points}
{if $filtr_ano != ''}
{$ano = $points['date']|date_format:"%Y"}
{$mes = $points['date']|date_format:"%m"}
{if $ano == $filtr_ano && $mes == $filtr_mes}
<tr>
<td>{$points['date']|date_format:"%d/%m/%Y"}</td>
<td>{$points['time_entry']}</td>
<td>{$points['time_out']}</td>
</tr>
{/if}
{else}
<tr>
<td>{$points['date']|date_format:"%d/%m/%Y"}</td>
<td>{$points['time_entry']}</td>
<td>{$points['time_out']}</td>
</tr>
{/if}
{/foreach}
</tbody>
<tfoot>
<tr>
<td colspan="6">
<ul class="pagination">
</ul>
</td>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{include file="{$dir}/views/bottom_bar_points.tpl"}
{include file="sections/footer_default.tpl"}