{include file="clearheader.html"}
{$layout.pagetitle} |
LMS {$layout.lmsv} @ {$layout.hostname} {$smarty.now|date_format:"%A, %x"} {t a=$layout.logname}Prepared by: $a{/t} |
{trans("No.")} | {trans("Link technology")} | {trans("Bussiness customers")} | {if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_finances')}{trans("Bussiness income")} | {/if}{trans("Private customers")} | {if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_finances')}{trans("Private income")} | {/if}{trans("Total customers")} | {if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_finances')}{trans("Total income")} | {/if}
{counter}. | {if $row.technology} {$linktechnologies[$row.technology]} {else} {trans("other")} {/if} | {$row.bussinesscount} | {if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_finances')}{moneyf($row.bussinessincome)} | {/if}{$row.privatecount} | {if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_finances')}{moneyf($row.privateincome)} | {/if}{$row.totalcount} | {if ConfigHelper::checkConfig('privileges.superuser') || !ConfigHelper::checkConfig('privileges.hide_finances')}{moneyf($row.totalincome)} | {/if}
{trans("No data.")} |
|||||||
{trans("Total:")} | {sum array=$income column="bussinesscount"} | {sum array=$income column="bussinessincome" string_format=$LANGDEFS.$_language.money_format} | {sum array=$income column="privatecount"} | {sum array=$income column="privateincome" string_format=$LANGDEFS.$_language.money_format} | {sum array=$income column="totalcount"} | {sum array=$income column="totalincome" string_format=$LANGDEFS.$_language.money_format} |