ENCASHMENT
------------------------------
Agent: $dealer.name, TIN: $dealer.inn
Point: $point.id, $point.address
------------------------------
#if ($mc.type==0)
Operation type: ENCASHMENT
#else
Operation type: REFILL
#end
Устройство: $mc.boxId.deviceClass|$mc.boxId.deviceNumber|$mc.boxId.boxNumber
$device
------------------------------

ID: $mc.id
Current operation date: $df.format($mc.date)
#if ($mc.lastDate)
Last operation date: $df.format($mc.lastDate)
#end
#if (!$empty)
#foreach($curr in $currencies)
------------------------------
Currency: <b>$curr</b>
Denomination | Q-ty | Amount
#foreach($line in $lines.get($curr))
$string.format("%12s %6s %12s",$line.nominalFmt,$line.count,$line.sumFmt)
#end
------------------------------
#set($tot = $totals.get($curr))
<b>TOTAL      $string.format("%7s %12s",$tot.count,$tot.sumFmt)</b>
#end
#else
------------------------------
<center/><r>BOX HAS NO CASH</r>
#end
<left/>------------------------------

