Sha256: 2a4b173d0e3bdb496f22277dbf1dad3b4b59e7ee1730d5ecb9f09ce35ca1b50b

Contents?: true

Size: 812 Bytes

Versions: 28

Compression:

Stored size: 812 Bytes

Contents

<%= render 'shared/error_messages', :target => @level %>

<%= form_tag do %>
<br/><br/>			

<h1><%= t("inventory_adjustment") %></h1>

<table class="basic-table">
  <thead>
    <tr>
      <th><%= t("sku") %></th>
      <th><%= t("product") %></th>
      <th><%= t("options") %></th>
      <th><%= t("current") %></th>
      <th><%= t("adjustment") %></th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><%= @variant.sku %></td>
      <td><%= @variant.product.name %></td>
      <td><%= variant_options @variant %></td>
      <td><%= on_hand(@variant) %></td>
      <td>
        <%= text_field :level, :adjustment, :class => "quantity"  %>
      </td>
    </tr>
  </tbody>
</table>
<%= submit_tag t('update') %>
<%= t("or") %>
<%= link_to t('cancel'), :controller => 'overview', :action => :index %>
<% end %>

Version data entries

28 entries across 28 versions & 6 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/inventory_units/adjust.html.erb
My-Commerce_core-1.1.0 app/views/admin/inventory_units/adjust.html.erb
My-Commerce_core-1.0.0 app/views/admin/inventory_units/adjust.html.erb
MyCommerceapi-1.0.0 core/app/views/admin/inventory_units/adjust.html.erb
MyCommerce-0.0.3 core/app/views/admin/inventory_units/adjust.html.erb
rfcommerce_core-0.0.3 app/views/admin/inventory_units/adjust.html.erb
spree_core-0.60.6 app/views/admin/inventory_units/adjust.html.erb
spree_core-0.60.5 app/views/admin/inventory_units/adjust.html.erb
spree_core-0.30.2 app/views/admin/inventory_units/adjust.html.erb
spree_core-0.40.4 app/views/admin/inventory_units/adjust.html.erb
spree_core-0.50.4 app/views/admin/inventory_units/adjust.html.erb
spree_core-0.60.4 app/views/admin/inventory_units/adjust.html.erb
spree_core-0.50.3 app/views/admin/inventory_units/adjust.html.erb
spree_core-0.60.3 app/views/admin/inventory_units/adjust.html.erb
spree_core-0.60.2 app/views/admin/inventory_units/adjust.html.erb
spree_core-0.60.1 app/views/admin/inventory_units/adjust.html.erb
spree_core-0.60.0 app/views/admin/inventory_units/adjust.html.erb
spree_core-0.60.0.RC1 app/views/admin/inventory_units/adjust.html.erb
spree_core-0.50.2 app/views/admin/inventory_units/adjust.html.erb
spree_core-0.50.1 app/views/admin/inventory_units/adjust.html.erb