ИНКАССАЦИЯ ТЕРМИНАЛА
<hr size=0 noshade height=1px>Агент: $dealer.name
ИНН: $dealer.inn
Адрес: $dealer.address
Точка: $point.id, $point.address
<hr size=0 noshade height=1px>Номер инкассации: $mc.id
Дата инкассации: $dateFormat.format($mc.date)
#if ($mc.lastDate)
Предыдущая инкассация: $dateFormat.format($mc.lastDate)
#end
<hr size=0 noshade height=1px><table width=100% cellpadding=0 cellspacing=0 frame=border>
<tr><td width=33%>Купюра</td><td width=22%>Кол</td><td width=45%>Cумма</td></tr>
#foreach($bn in $units)
#if ($mc.keeper.cashUnits.get($bn))
<tr><td>$bn.getNominal()</td><td>$mc.keeper.cashUnits.get($bn)</td><td>$bn.nominal.mul($mc.keeper.cashUnits.get($bn))</td></tr>
#else
<tr><td>$bn.getNominal()</td><td>0</td><td>0</td></tr>
#end #end</table>
<hr size=0 noshade height=1px>Всего купюр: $total
Общая сумма: $mc.keeper.getSum()