Sha256: 35fa811b9a241fd3a096393e6fd80ac19cca236caff5bb772748ef35693a2dae

Contents?: true

Size: 501 Bytes

Versions: 54

Compression:

Stored size: 501 Bytes

Contents

.row.align-items-center
  = f.fields_for :purchasable, (f.object.purchasable || Effective::Product.new) do |pf|
    .col= f.number_field :quantity, input_html: { value: f.object.quantity || 1, min: 1 }
    .col= pf.text_field :name
    .col= pf.price_field :price

    - if EffectiveOrders.use_effective_qb_sync
      .col= pf.text_field :qb_item_name, label: 'Quickbooks Item'

    .col= pf.check_box :tax_exempt, label: "Tax Exempt", title: 'When checked, tax will not be applied to this item'

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
effective_orders-5.5.2 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.5.1 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.5.0 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.4.4 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.4.3 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.4.2 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.4.1 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.4.0 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.3.2 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.3.1 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.3.0 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.2.17 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.2.16 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.2.15 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.2.14 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.2.13 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.2.12 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.2.11 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.2.10 app/views/admin/orders/_order_item_fields.html.haml
effective_orders-5.2.9 app/views/admin/orders/_order_item_fields.html.haml