foodsoft/app/views/finance/balancing/_edit_results_by_articles.h...

21 lines
654 B
Plaintext
Raw Normal View History

2009-01-06 11:49:19 +01:00
%p{:style => "float:left"}
%b Lieferung bearbeiten
%p{:style => "float:right"}
//= remote_link_to "Artikel hinzufügen", :url => {:action => "newArticleResult", :id => @order}
2009-01-06 11:49:19 +01:00
%table{:class => "ordered_articles", :style => "clear:both"}
%thead
%tr
%th{:colspan => "1"} Artikel
2009-01-06 11:49:19 +01:00
%th Nr.
%th Menge
%th GebGr * Einheit
%th netto
%th brutto
%th MwSt
%th Pfand
%th{:colspan => "2"}
%tbody#result_table
- for order_article in @order.order_articles.all(:include => [:article, :article_price])
= render :partial => "order_article_result", :locals => {:order_article => order_article}