Sha256: ec7d5a9c8f3b3fdf18104bf6c48495596464f2f9f01d35845bff6f43f80a87a0
Contents?: true
Size: 413 Bytes
Versions: 1
Compression:
Stored size: 413 Bytes
Contents
- credit_turnover, debit_turnover = @account.turnover(@bookings) %tr#booking_list_turnover{:style => "border-top: double 2px black; background-color: grey"} %td{:colspan => "2"} Umsatz (#{h @bookings.first.value_date} bis #{h @bookings.last.value_date}) %td %td{:style => "text-align: right"}= currency_fmt(credit_turnover) %td{:style => "text-align: right"}= currency_fmt(debit_turnover) %td %td
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookyt-0.0.1 | app/views/accounts/_booking_list_turnover.html.haml |