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

Version Path
has_accounts_engine-1.1.2 app/views/accounts/_booking_list_turnover.html.haml
has_accounts_engine-1.1.1 app/views/accounts/_booking_list_turnover.html.haml
has_accounts_engine-1.1.0 app/views/accounts/_booking_list_turnover.html.haml
has_accounts_engine-1.0.4 app/views/accounts/_booking_list_turnover.html.haml
has_accounts_engine-1.0.3 app/views/accounts/_booking_list_turnover.html.haml
has_accounts_engine-1.0.2 app/views/accounts/_booking_list_turnover.html.haml
has_accounts_engine-1.0.1 app/views/accounts/_booking_list_turnover.html.haml
has_accounts_engine-1.0.0 app/views/accounts/_booking_list_turnover.html.haml
has_accounts-0.20.1 app/views/accounts/_booking_list_turnover.html.haml
has_accounts-0.20.0 app/views/accounts/_booking_list_turnover.html.haml
has_accounts-0.19.1 app/views/accounts/_booking_list_turnover.html.haml
has_accounts-0.19.0 app/views/accounts/_booking_list_turnover.html.haml