{include file="header.html"}

{$layout.pagetitle}

{if $listdata.total != 0} {/if} {cycle values="light,lucid" print=false} {section name=cashreglog loop=$cashreglog start=$start max=$pagelimit} {sectionelse} {/section} {if $listdata.total != 0} {/if}
{t}Date:{/t} {if $listdata.order eq "time"}{/if} {t}Real state:{/t} {if $listdata.order eq "value"}{/if} {t}Cash state:{/t} {if $listdata.order eq "snapshot"}{/if} {t}User:{/t} {if $listdata.order eq "username"}{/if} {t}Description:{/t} {if $listdata.order eq "description"}{/if} {t}Add entry{/t}
{include file="scroller.html" loop=$cashreglog}
{$cashreglog[cashreglog].time|date_format:"%x %H:%M"} {$cashreglog[cashreglog].value|money_format} {$cashreglog[cashreglog].snapshot|money_format} {$cashreglog[cashreglog].username|truncate:16:"...":true} {$cashreglog[cashreglog].description|replace:"\n":"
"}
[ {t}Info{/t} ] [ {t}Edit{/t} ] [ {t}Delete{/t} ]

 

{t}No such cash history entries in database.{/t}

 

{include file="scroller.html" loop=$cashreglog}
{t}Add entry{/t}
{include file="footer.html"}