Sha256: fff554e9ef6c162689aeff86b5674129972aca394e395f761609c4ec70ebb1b7

Contents?: true

Size: 396 Bytes

Versions: 2

Compression:

Stored size: 396 Bytes

Contents

- credit_turnover, debit_turnover = @account.turnover(@bookings)
%tr#booking_list_turnover{:style => "border-top: double 2px black"}
  %td{:colspan => "4"}
    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.action-links

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
has_accounts_engine-3.0.0.beta13 app/views/accounts/_booking_list_turnover.html.haml
has_accounts_engine-3.0.0.beta12 app/views/accounts/_booking_list_turnover.html.haml