{* $Id$ *}
| {tr}Account{/tr} | {tr}Account name{/tr} | {tr}Notes{/tr} | {tr}Budget{/tr} | {tr}Locked{/tr} | {tr}Debit{/tr} | {tr}Credit{/tr} | {tr}Tax{/tr} | {if $tiki_p_acct_manage_accounts=='y'}{/if} |
|---|---|---|---|---|---|---|---|---|
| {$a.accountId} | {$a.accountName|escape} | {$a.accountNotes|escape} | {if $book.bookCurrencyPos==-1}{$book.bookCurrency}{/if} {$a.accountBudget|number_format:$book.bookDecimals:$book.bookDecPoint:$book.bookThousand} {if $book.bookCurrencyPos==1}{$book.bookCurrency}{/if} | {if $a.accountLocked==1}{tr}Yes{/tr}{else}{tr}No{/tr}{/if} | {if $book.bookCurrencyPos==-1}{$book.bookCurrency}{/if} {$a.debit|number_format:$book.bookDecimals:$book.bookDecPoint:$book.bookThousand} {if $book.bookCurrencyPos==1}{$book.bookCurrency}{/if} | {if $book.bookCurrencyPos==-1}{$book.bookCurrency}{/if} {$a.credit|number_format:$book.bookDecimals:$book.bookDecPoint:$book.bookThousand} {if $book.bookCurrencyPos==1}{$book.bookCurrency}{/if} | {$a.accountTax} | {if $tiki_p_acct_manage_accounts=='y'}
{actions}
{strip}
|
{/if}