Sha256: 46bce787628609f16e332825bdae492f76ad0890d4f1de493728ef8049560c64

Contents?: true

Size: 1.2 KB

Versions: 38

Compression:

Stored size: 1.2 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(:label)

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

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

      th.actions
        = 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
          = link_to_object(invoice.customer)

        td.invoice_label
          = invoice.label

        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

38 entries across 38 versions & 1 rubygems

Version Path
dorsale-4.0.0 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.20.0 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.19.1 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.19.0 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.18.0 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.17.0 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.16.0 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.15.0 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.14.11 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.14.10 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.14.9 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.14.8 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.14.7 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.14.6 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.14.5 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.14.4 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.14.3 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.14.2 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.14.1 app/views/dorsale/billing_machine/invoices/_list.html.slim
dorsale-3.14.0 app/views/dorsale/billing_machine/invoices/_list.html.slim