Sha256: e76f8b727ec414a24adbffbb952368319abd80ad68ac98a4583be03cee6d0e3e
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(credit_turnover) %td{:style => "text-align: right"}= currency_fmt(debit_turnover) %td %td
Version data entries
12 entries across 12 versions & 2 rubygems