/home/techb158/exp.abdallabala.com/ui/theme/ibilling
Edit: /home/techb158/exp.abdallabala.com/ui/theme/ibilling/client_transactions.tpl (2306B)
{include file="sections/header.tpl"}
{$_L['Total']} : {count($d)}
| {$_L['Date']} |
{$_L['Account']} |
{$_L['Type']} |
{$_L['Amount']} |
{$_L['Description']} |
{$_L['Dr']} |
{$_L['Cr']} |
{foreach $d as $ds}
| {date( $_c['df'], strtotime($ds['date']))} |
{$ds['account']} |
{if $ds['type'] eq 'Income'}
{$_L['Paid']}
{elseif $ds['type'] eq 'Expense'}
{$_L['Received']}
{elseif $ds['type'] eq 'Transfer'}
{$_L['Transfer']}
{else}
{$ds['type']}
{/if}
|
{$ds['amount']} |
{$ds['description']} |
{$ds['dr']} |
{$ds['cr']} |
{/foreach}
{include file="sections/footer.tpl"}