Sha256: 814ec4e04c9fd48dd804a849835b0bab33ed09bbbc8deeaf6e2a96569f573163

Contents?: true

Size: 1.07 KB

Versions: 25

Compression:

Stored size: 1.07 KB

Contents

table.default.invoices
  thead
    tr
      th.hidden-sm.hidden-xs.date
        = ::Dorsale::BillingMachine::Invoice.t(:date)

      th.hidden-sm.hidden-md.hidden-xs
        = ::Dorsale::BillingMachine::Invoice.t(:tracking_id)

      th
        = ::Dorsale::BillingMachine::Invoice.t(:customer)

      th
        = ::Dorsale::BillingMachine::Invoice.t(:total_excluding_taxes)

      th.hidden-xs
        = ::Dorsale::BillingMachine::Invoice.t(:total_including_taxes)

      th
        = t("actions.actions")

  tbody
    - invoices.each do |invoice|
      tr class="invoice #{invoice.payment_status}"
        td.hidden-sm.hidden-xs.date
          = date(invoice.date)

        td.hidden-sm.hidden-md.hidden-xs.tracking_id
          = invoice.tracking_id

        td.customer_name
          = invoice.customer.try(:name)

        td.total_excluding_taxes
          = bm_currency invoice.total_excluding_taxes

        td.hidden-xs.total_including_taxes
          = bm_currency invoice.total_including_taxes

        td.actions
          = read_button dorsale.billing_machine_invoice_path(invoice)

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
dorsale-3.1.7 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.1.6 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.1.5 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.1.4 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.1.3 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.1.2 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.1.1 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.1.0 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.0.3 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.0.2 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.0.1 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.0.0 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-2.7.3 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-2.7.2 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-2.7.1 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-2.7.0 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-2.6.8 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-2.6.7 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-2.6.6 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-2.6.5 app/views/dorsale/billing_machine/invoices/_list.html.slim