{extends file="layout.html"} {block name=title}::: LMS :{$layout.pagetitle|striphtml} :::{/block} {block name=module_content}

{$layout.pagetitle}

 {trans("Customers:")}
{trans("Select customers which has to concern new payment or covenant operation or leave it not selected if you want to add network income/expense operation.")}


{trans("Selected:")}
{if $sourcelist} {/if}
 {trans("Value and description:")}
{trans("Value:")}
{trans("Tax:")}
{trans("Type:")}
{trans("Date:")}
{trans("Source:")}
{trans("Description:")}
{trans("Submit")}
{if $last} {if $last.tax} {/if} {if $last.customerid} {/if} {if $last.sourcename} {/if} {if $last.comment} {/if} {/if}
 {trans("Last operation:")}
{trans("Value:")} {$last.value|money_format}
{trans("Tax:")} {$last.tax}
{trans("Date:")} {$last.time|date_format:"%Y/%m/%d %H:%M"}
{trans("Customer:")} {$last.customername}
{trans("Source:")} {$last.sourcename}
{trans("Description:")}
{$last.comment|replace:"\n":"
"}
{trans("Delete")}
{/block}