<%= link_to 'zurück zur Liste', :action => 'list', :id => @supplier.id %>
Pflichtfelder sind: Name, Einheit, (netto) Preis und Bestellnummer.
<% form_tag(:action => 'update_all', :id => @supplier) do %>
verf. |
Name |
Einheit |
Preis |
GebGr |
Best.Nr. |
Notiz |
Kategorie |
MwSt. |
Pfand |
<% @supplier.articles.find(:all, :order => 'article_categories.name, articles.name', :include => [:article_category]).each do |@article| %>
>
|
|
|
|
|
|
|
|
|
<% end %>
Achtung, alle Artikel werden aktualisiert!
<%= hidden_field 'supplier', 'id' %>
<%= submit_tag 'Alle aktualisieren'%>
| <%= link_to 'Abbrechen', :action => 'list', :id => @supplier.id %>
<% end %>