Sha256: e094426d0d0e222c7434f010585c07ca175af360a8bc2a508293f485b8e19d35

Contents?: true

Size: 383 Bytes

Versions: 2

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 => "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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
has_accounts_engine-3.0.0.beta11 app/views/accounts/_booking_list_turnover.html.haml
has_accounts_engine-3.0.0.beta10 app/views/accounts/_booking_list_turnover.html.haml