{include file="sections/header.tpl"}
{$_L['Date']} | {$_L['Account']} | {$_L['Type']} | {$_L['Amount']} | {$_L['Description']} | {$_L['Dr']} | {$_L['Cr']} | {*{$_L['Balance']} | *} {*{$_L['Manage']} | *} {foreach $t as $ds}|
---|---|---|---|---|---|---|---|---|---|
{date( $_c['df'], strtotime($ds['date']))} | {$ds['account']} | {*{$ds['type']} | *} {* From v 2.4 Sadia Sharmin *}{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']} | {*{$_c['currency_code']} {number_format($ds['bal'],2,$_c['dec_point'],$_c['thousands_sep'])} | *} {*{$_L['Manage']} | *}
# | {$_L['Account']} | {$_L['Amount']} | {$_L['Invoice Date']} | {$_L['Due Date']} | {$_L['Status']} | {$_L['Manage']} |
---|---|---|---|---|---|---|
{$ds['invoicenum']}{if $ds['cn'] neq ''} {$ds['cn']} {else} {$ds['id']} {/if} | {$ds['account']} | {$ds['total']} | {date( $_c['df'], strtotime($ds['date']))} | {date( $_c['df'], strtotime($ds['duedate']))} | {if $ds['status'] eq 'Unpaid'} {ib_lan_get_line($ds['status'])} {elseif $ds['status'] eq 'Paid'} {ib_lan_get_line($ds['status'])} {elseif $ds['status'] eq 'Partially Paid'} {ib_lan_get_line($ds['status'])} {elseif $ds['status'] eq 'Cancelled'} {ib_lan_get_line($ds['status'])} {else} {ib_lan_get_line($ds['status'])} {/if} | {$_L['View']} {$_L['Download']} {$_L['Print']} |
# | {$_L['Account']} | {$_L['Subject']} | {$_L['Amount']} | {$_L['Date Created']} | {$_L['Expiry Date']} | {*{$_L['Stage']} | *}{$_L['Manage']} |
---|---|---|---|---|---|---|---|
{$ds['id']} | {$ds['account']} | {$ds['subject']} | {$ds['total']} | {date( $_c['df'], strtotime($ds['datecreated']))} | {date( $_c['df'], strtotime($ds['validuntil']))} | {$_L['View']} {$_L['Download']} {$_L['Print']} |