{include file="header.html"} {title value=$layout.pagetitle}
{trans("Date:")} {if $listdata.order eq "time"} |
{trans("Real state:")} {if $listdata.order eq "value"} |
{trans("Cash state:")} {if $listdata.order eq "snapshot"} |
{trans("User:")} {if $listdata.order eq "username"} |
{trans("Description:")} {if $listdata.order eq "description"} |
{trans("Add entry")}
|
| {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":" "} |
|
|
{trans("No such cash history entries in database.")}
|
|||||
| {include file="scroller.html" loop=$cashreglog} | |||||
{trans("Add entry")}
|
|||||