/home/techb158/exp.abdallabala.com/ui/theme/ibilling/list-recurring-invoices.tpl (3034B)
| # | {$_L['Account']} | {$_L['Amount']} | {$_L['Invoice']} {$_L['Date']} | {$_L['Due']} {$_L['Date']} | {$_L['Next Invoice']} | {$_L['Status']} | {$_L['Manage']} |
|---|---|---|---|---|---|---|---|
| {$ds['id']} | {$ds['account']} | {$ds['total']} | {date( $_c['df'], strtotime($ds['date']))} | {date( $_c['df'], strtotime($ds['duedate']))} | {date( $_c['df'], strtotime($ds['nd']))} | {if $ds['status'] eq 'Unpaid'} {$_L['Unpaid']} {elseif $ds['status'] eq 'Paid'} {$_L['Paid']} {elseif $ds['status'] eq 'Cancelled'} {$_L['Cancelled']} {else} {$ds['status']} {/if} | {$_L['View']} {$_L['Edit']} {$_L['Stop Recurring']} {$_L['Delete']} |