Sha256: 3e805670fd10904b64ae66d8faf0001e5ccdbd82e8cb62d1516108a3e8abda10

Contents?: true

Size: 835 Bytes

Versions: 22

Compression:

Stored size: 835 Bytes

Contents

%table.list{:style => "width: 100%"}
  %tr
    %th= t_attr :value_date, EsrRecord
    %th= t_attr :customer, EsrRecord
    %th= t_attr :state, EsrRecord
    %th.currency= t_attr :amount, EsrRecord
    %th.currency= t_attr :payment_amount, EsrRecord
    %th.currency= t_attr :saldo, EsrRecord

  - for esr_record in list_records
    %tr
      %td= esr_record.value_date
      %td= link_to esr_record.invoice.customer.to_s, esr_record.invoice.customer if esr_record.invoice
      %td= esr_record.invoice ? link_to(esr_record.remarks, esr_record.invoice) : esr_record.remarks
      %td.currency= currency_fmt(esr_record.invoice.amount.currency_round) if esr_record.invoice
      %td.currency= currency_fmt(esr_record.amount.currency_round)
      %td.currency= currency_fmt(esr_record.invoice.balance.currency_round) if esr_record.invoice

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
vesr-0.11.7 app/views/esr_files/_list_records.html.haml
vesr-0.11.6 app/views/esr_files/_list_records.html.haml
vesr-0.11.5 app/views/esr_files/_list_records.html.haml
vesr-0.11.4 app/views/esr_files/_list_records.html.haml
vesr-0.11.3 app/views/esr_files/_list_records.html.haml
vesr-0.11.2 app/views/esr_files/_list_records.html.haml
vesr-0.11.1 app/views/esr_files/_list_records.html.haml
vesr-0.11.0 app/views/esr_files/_list_records.html.haml
vesr-0.10.1 app/views/esr_files/_list_records.html.haml
vesr-0.10.0 app/views/esr_files/_list_records.html.haml
vesr-0.9.0 app/views/esr_files/_list_records.html.haml
vesr-0.8.2 app/views/esr_files/_list_records.html.haml
vesr-0.8.1 app/views/esr_files/_list_records.html.haml
vesr-0.8.0 app/views/esr_files/_list_records.html.haml
vesr-0.7.0 app/views/esr_files/_list_records.html.haml
vesr-0.6.3 app/views/esr_files/_list_records.html.haml
vesr-0.6.2 app/views/esr_files/_list_records.html.haml
vesr-0.6.1 app/views/esr_files/_list_records.html.haml
vesr-0.6.0 app/views/esr_files/_list_records.html.haml
vesr-0.5.1 app/views/esr_files/_list_records.html.haml