| 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/public_html/lrsys_apps/mundotennis/ui/theme/lrsys/ |
Upload File : |
<div id="no-more-tables">
<table class="table table-bordered sys_table">
<th>{$_L['Date']}</th>
<th>{$_L['Account']}</th>
<th>{$_L['Type']}</th>
<th class="text-right">{$_L['Amount']}</th>
<th>{$_L['Description']}</th>
<th class="text-right">{$_L['Dr']}</th>
<th class="text-right">{$_L['Cr']}</th>
<th class="text-right">{$_L['Balance']}</th>
<th>{$_L['Manage']}</th>
{foreach $tr as $ds}
<tr class="{if $ds['cr'] eq '0.00'}warning {else}info{/if}">
<td>{date( $_c['df'], strtotime($ds['date']))}</td>
<td>{$ds['account']}</td>
<td>{ib_lan_get_line($ds['type'])}</td>
<td class="text-right amount" data-a-dec="{$_c['dec_point']}" data-a-sep="{$_c['thousands_sep']}" data-a-pad="{$_c['currency_decimal_digits']}" data-p-sign="{$_c['currency_symbol_position']}" data-a-sign="{$_c['currency_code']} " data-d-group="{$_c['thousand_separator_placement']}">{$ds['amount']}</td>
<td>{$ds['description']}</td>
<td class="text-right amount" data-a-dec="{$_c['dec_point']}" data-a-sep="{$_c['thousands_sep']}" data-a-pad="{$_c['currency_decimal_digits']}" data-p-sign="{$_c['currency_symbol_position']}" data-a-sign="{$_c['currency_code']} " data-d-group="{$_c['thousand_separator_placement']}">{$ds['dr']}</td>
<td class="text-right amount" data-a-dec="{$_c['dec_point']}" data-a-sep="{$_c['thousands_sep']}" data-a-pad="{$_c['currency_decimal_digits']}" data-p-sign="{$_c['currency_symbol_position']}" data-a-sign="{$_c['currency_code']} " data-d-group="{$_c['thousand_separator_placement']}">{$_c['currency_code']} {$ds['cr']}</td>
<td class="text-right amount" data-a-dec="{$_c['dec_point']}" data-a-sep="{$_c['thousands_sep']}" data-a-pad="{$_c['currency_decimal_digits']}" data-p-sign="{$_c['currency_symbol_position']}" data-a-sign="{$_c['currency_code']} " data-d-group="{$_c['thousand_separator_placement']}"><span {if $ds['bal'] < 0}class="text-red"{/if}>{$_c['currency_code']} {$ds['bal']}</span></td>
<td><a href="{$_url}transactions/manage/{$ds['id']}/">{$_L['Manage']}</a></td>
</tr>
{/foreach}
</table>
</div>