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