| 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/imobles/ui/theme/lrsys/ |
Upload File : |
{include file="sections/header.tpl"}
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<div class="ibox float-e-margins">
<div class="ibox-title">
<h5>{$_L['Records']} {$paginator['found']}. {$_L['Page']} {$paginator['page']} {$_L['of']} {$paginator['lastpage']}. </h5>
</div>
<div class="ibox-content">
<div class="table-responsive">
<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 $d 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>{$ds['type']}</td>*}
{* From v 2.4 Sadia Sharmin *}
<td>
{if $ds['type'] eq 'Income'}
{$_L['Income']}
{elseif $ds['type'] eq 'Expense'}
{$_L['Expense']}
{elseif $ds['type'] eq 'Transfer'}
{$_L['Transfer']}
{else}
{$ds['type']}
{/if}
</td>
<td class="text-right amount">{$ds['amount']}</td>
<td>{$ds['description']}</td>
<td class="text-right amount">{$ds['dr']}</td>
<td class="text-right amount">{$ds['cr']}</td>
<td class="text-right"><span class="amount{if $ds['bal'] < 0} text-red{/if}" >{$ds['bal']}</span></td>
<td><a href="{$_url}transactions/manage/{$ds['id']}">{$_L['Manage']}</a></td>
</tr>
{/foreach}
</table>
</div>
</div>
</div>
{$paginator['contents']}
</div>
<!-- Widget-1 end-->
<!-- Widget-2 end-->
</div> <!-- Row end-->
<!-- Row end-->
<!-- Row end-->
{include file="sections/footer.tpl"}