{* $Id$ *} {title help="accounting"} {$book.bookName}: {tr}View account{/tr} {$account.accountId} {$account.accountName} {/title}
{ticket}
{tr}Account number{/tr}
{$account.accountId}
{tr}Account name{/tr}
{$account.accountName}
{tr}Notes{/tr}
{$account.accountNotes}
{tr}Budget{/tr}
{if $book.bookCurrencyPos==-1}{$book.bookCurrency} {/if}{$account.accountBudget|number_format:$book.bookDecimals:$book.bookDecPoint:$book.bookThousand}{if $book.bookCurrencyPos==1} {$book.bookCurrency}{/if}
{tr}Locked{/tr}
{if $account.accountLocked==1}{tr}Yes{/tr}{else}{tr}No{/tr}{/if}
{button href="tiki-accounting.php?bookId=$bookId" _text="{tr}Back to book page{/tr}"} {if $tiki_p_acct_manage_accounts=='y'} {if $account.changeable==1} {/if} {/if}
{if isset($journal)}
{include file='tiki-accounting_journal.tpl'}
{/if}