| 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/public_html/lrsys_apps/marisol/application/plugins/module_fish/views/feeding/ |
Upload File : |
<div class="col-xs-12">
{if count($lotes)>0}
<table id="table_lotes" class="table table-bordered table-striped table-condensed ">
<thead>
<tr role="row">
<th style="width: 12px;">
<input cheched="checked" class="lote_all" type="checkbox" value="1"></th>
<th >{$_L['Module_Fish Tank']}</th>
<th >{$_L['Date']}</th>
<th >{$_L['Module_Fish Biomass']}</th>
<th >{$_L['Module_Fish Expected']}</th>
<th >{$_L['Module_Fish Feed']}</th>
<th >{$_L['Module_Fish To be performed']}</th>
<th >{$_L['Module_Fish Ration']}</th>
<th ></th>
</tr>
</thead>
<tbody>
{foreach $lotes as $l}
<tr class="odd" style="display: table-row;">
<td class=" sorting_1">
<input type="hidden" name="id_{$row}" value="{$l['lote_id']}">
<input checked="checked" class="lote_select" data-row='{$row}' name="row[]" type="checkbox" value="{$row}"></td>
<td class=" ">{$l['title_tank']} - {$l['title_lote']} </td>
<td class=" " data-order="{$l['date_order']}"><input type="hidden" name="date_feed_{$row}" value="{$l['date']}">{$l['date']}</td>
<td class=" "> {number_format($l['period'][0]->biomass,3,$_c['dec_point'],$_c['thousands_sep'])} (kg)</td>
<td class=" "><span class='unity_arracoa_2'>{number_format($l['period'][0]->consumption_day,3,$_c['dec_point'],$_c['thousands_sep'])} (kg) </span><span class='unity_arracoa_1'>{$l['period'][0]->consumption_day*1000} (g)</span></td>
<td class=" "><span class='unity_arracoa_2'><span class="total_feed_{$row}">{number_format($l['total_feed'],3,$_c['dec_point'],$_c['thousands_sep'])}</span> (kg)</span><span class='unity_arracoa_1'><span class="total_feed_{$row}">{$l['total_feed']*1000}</span> (g)</span></td>
<td class=" ">
<div class="input-group">
<input class="form-control feeding" id="feed_qty_{$row}" name="feed_qty_{$row++}" style="min-width:100px;" type="text" data-biomass="{$l['period'][0]->biomass}" value="{$l['be_performand']*1000}">
<span class="input-group-addon unity_arracoa">
kg
</span>
</div>
</td>
<td class="sys_item_id_description">{$descritionProduct}</td>
<td width="5px">{if $l['total_feed']>0} <a href="#" data-lote="{$l['lote_id']}" data-date="{$l['date']}" data-row="{$row-1}" class="btn btn-danger btn-xs deleteFeed"><i class="fa fa-trash"></a>{/if}</td>
</tr>
{/foreach}
</tbody></table>
{else}
{$_L['Module_Fish No feed found']}
{/if}
</div>