Pflichtfelder sind: Name, Einheit, (netto) Preis und Bestellnummer.
<% form_tag(update_all_supplier_articles_path(@supplier)) do %>verf. | Name | Einheit | Preis | GebGr | Best.Nr. | Notiz | Kategorie | MwSt. | Pfand |
---|---|---|---|---|---|---|---|---|---|
<%= form.check_box 'availability' -%> <%= form.text_field 'name', :size => 0 -%> | <%= form.text_field 'unit', :size => 5 -%> | <%= form.text_field 'net_price', :size => 4 -%> | <%= form.text_field 'unit_quantity', :size => 4 -%> | <%= form.text_field 'order_number', :size => 6 -%> | <%= form.text_field 'note', :size => 15 -%> | <%= form.select 'article_category_id', ArticleCategory.find(:all).collect {|a| [ a.name, a.id ] }, { :include_blank => true } -%> | <%= form.text_field 'tax', :size => 4 -%> | <%= form.text_field 'deposit', :size => 4 -%> |