$doctype 5
Zeit | Beschreibung | Betrag in #{appCurrency $ appSettings master} $forall (Entity eId entry) <- entries |
---|---|---|
#{formatTime defaultTimeLocale "%A %F %H:%M" $ transactionTime entry} | #{transactionDescription entry} | #{show ((fromIntegral (transactionAmount entry)) / 100)} #{appCurrency $ appSettings master} |
Gesamtbetrag: | #{show ((fromIntegral total) / 100)} #{appCurrency $ appSettings master}
Kassenbestand: #{show ((fromIntegral cashBalance) / 100)} #{appCurrency $ appSettings master}
Aus der kasse auszahlen
$else
Noch keine Bewegungen zu verzeichnen
|