{$receipt.d_name}
{$receipt.d_address}
{$receipt.d_zip} {$receipt.d_city}
|
{if $receipt.type == "out"}
{trans("Proof of Pay-out")}
{else}
{trans("Proof of Payment")}
{/if}
{trans("Receipt")}
|
{if $receipt.type == "out"}{trans("CR-out")}{else}{trans("CR-in")}{/if}
|
|
{trans("Date:")} {$receipt.cdate|date_format:"%x"}
|
{t a=$receipt.number}No. $a{/t}
|
{if $receipt.type == "out"}{trans("To whom:")}{else}{trans("From who:")}{/if}
|
{$receipt.name}{if $receipt.address} {$receipt.zip} {$receipt.city}, {$receipt.address}{/if} |
|
{if $receipt.type == "out"}{trans("Has")}{else}{trans("Owing")}{/if}
{trans("Cash")}
|
{if $receipt.type == "out"}{trans("Owing")}{else}{trans("Has")}{/if}
{trans("Account")}
|
{trans("For what")} |
{trans("Value")} |
{trans("Number")} |
{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}
|
{trans("Total:")} |
{$receipt.total|money_format} |
Symbole PL. KAS. Nr |
{trans("In words:")} |
{if ConfigHelper::checkConfig('phpui.to_words_short_version')}
{$receipt.total|string_format:"%d"|to_words:0:"":1} {$receipt.totalg|string_format:"%02d"}/100
{else}
{moneyf_in_words($receipt.total)}
{/if}
|
|
|
{trans("Exposed By")} |
{trans("Checked By")} |
{trans("Approved By")} |
{trans("Cash Report")} |
{if $receipt.type == "out"}
{trans("Above amount")}
{else}
{trans("I confirm receipt of above amount")}
{/if}
|
|
|
|
{trans("no.")} |
{trans("item")} |
|
{if $receipt.type == "out"}
{trans("payed out")} |
{trans("received")} |
{else}
|
{trans("Signature of cashier")} |
|
{/if}
Copyright © 2001-{$smarty.now|date_format:'%Y'} LMS Developers
|