| Server IP : 162.214.74.102 / Your IP : 216.73.216.192 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/leo/application/plugins/module_fish/views/movement/ |
Upload File : |
<div class="col-xs-12">
{if count($lote)>0}
<input type="hidden" id="module_fish_tank_id_origin" value="{$lote->id_tank}">
<table id="table_lote" class="table table-bordered table-condensed ">
<thead>
<tr class='alert alert-success'>
<th class="col-xs-2">{$_L['Module_Fish Lote']} - {$_L['Module_Fish Tank']} ({date($_c['df'],strtotime($date))})</th>
<th class="col-xs-2">{$_L['Module_Fish Qty Actual']}</th>
<th class="col-xs-2">{$_L['Module_Fish Weight estimated']}(g)</th>
<th class="col-xs-2" >{$_L['Module_Fish Biomass Actual']}(kg)</th>
</tr>
</thead>
<tr role="row">
<td >{$lote->title_lote} - {$lote->title_tank}</td>
<td ><input type='hidden' id='qty_actual' value="{number_format($lote->qty,0,'','')}">{number_format($lote->qty,0,'','')}</td>
<td >{number_format($lote['weight_actual']*1000,0,'','')}</td>
<td >{number_format($lote['weight_actual']*$lote->qty,3,$_c['dec_point'],$_c['thousands_sep'])}</td>
</tr>
</table>
<input id="close" name="close" type="checkbox" value="1"><label for="close">{$_L['Module_Fish Close Tank']}</label>
{else}
<input type='hidden' id='qty_actual' value="0">
{/if}
</div>