Sha256: 8bc0211a767ea5737166e64a5a77d1bd2f8e5b4d1e009085aff9d27857d91608
Contents?: true
Size: 383 Bytes
Versions: 12
Compression:
Stored size: 383 Bytes
Contents
- credit_turnover, debit_turnover = @account.turnover(@bookings) %tr#booking_list_turnover{:style => "border-top: double 2px black"} %td{:colspan => "3"} Umsatz (#{h @bookings.first.value_date} bis #{h @bookings.last.value_date}) %td{:style => "text-align: right"}= currency_fmt(debit_turnover) %td{:style => "text-align: right"}= currency_fmt(credit_turnover) %td %td
Version data entries
12 entries across 12 versions & 1 rubygems