$doctype 5

Journal $if not $ L.null entries
Zeit Beschreibung Betrag in #{appCurrency $ appSettings master} $forall (Entity eId entry) <- entries
#{formatTime defaultTimeLocale "%A %F %H:%M" $ transactionTime entry} #{transactionDescription entry} #{formatIntCurrency (transactionAmount entry)} #{appCurrency $ appSettings master}
Gesamtbetrag: #{formatIntCurrency (fromIntegral total)} #{appCurrency $ appSettings master}

Kassenbestand: #{formatIntCurrency (fromIntegral cashBalance)} #{appCurrency $ appSettings master}