{$receipt.d_name}
{$receipt.d_address}
{$receipt.d_zip} {$receipt.d_city}
|
{if $receipt.type == "out"}
{t}Proof of Pay-out{/t}
{else}
{t}Proof of Payment{/t}
{/if}
{t}Receipt{/t}
|
{if $receipt.type == "out"}{t}CR-out{/t}{else}{t}CR-in{/t}{/if}
|
|
{t}Date:{/t} {$receipt.cdate|date_format:"%x"}
|
{t 0=$receipt.number}No. $0{/t}
|
{if $receipt.type == "out"}{t}To whom:{/t}{else}{t}From who:{/t}{/if}
|
{$receipt.name} {$receipt.zip} {$receipt.city} {$receipt.address} |
|
{if $receipt.type == "out"}{t}Has{/t}{else}{t}Owing{/t}{/if}
{t}Cash{/t}
|
{if $receipt.type == "out"}{t}Owing{/t}{else}{t}Has{/t}{/if}
{t}Account{/t}
|
{t}For what{/t} |
{t}Value{/t} |
{t}Number{/t} |
{cycle values="grey,white" print=false name=one}
{foreach item="row" from=$receipt.contents}
{counter name=one}. {$row.description|replace:"\n":" "} |
{$row.value|money_format}
|
|
{/foreach}
|
{t}Total:{/t} |
{$receipt.total|money_format} |
Symbole PL. KAS. Nr |
{t}In words:{/t} |
{if $_config.phpui.to_words_short_version|chkconfig}
{$receipt.total|string_format:"%d"|to_words:0:"":1} {$receipt.totalg|string_format:"%02d"}/100
{else}
{t 0=$receipt.total|string_format:"%d"|to_words 1=$receipt.totalg|to_words}$0 dollars $1 cents{/t}
{/if}
|
|
|
{t}Exposed By{/t} |
{t}Checked By{/t} |
{t}Approved By{/t} |
{t}Cash Report{/t} |
{if $receipt.type == "out"}
{t}Above amount{/t}
{else}
{t}I confirm receipt of above amount{/t}
{/if}
|
|
|
|
|
{if $receipt.type == "out"}
{t}payed out{/t} |
{t}received{/t} |
{else}
|
{t}Signature of cashier{/t} |
|
{/if}
Copyright © 2001-2011 LMS Developers
|