2009-01-15 18:26:37 +01:00
|
|
|
Liebe <%= group.name %>,
|
2009-01-06 11:49:19 +01:00
|
|
|
|
2009-02-05 16:40:02 +01:00
|
|
|
die Bestellung für "<%= order.name %>" wurde am <%= order.ends.strftime('%d.%m.%Y um %H:%M') %> von <%= order.updated_by.nick %> beendet.
|
2009-01-06 11:49:19 +01:00
|
|
|
|
2009-01-15 18:26:37 +01:00
|
|
|
Für Euch wurden die folgenden Artikel bestellt:
|
2009-01-29 01:57:51 +01:00
|
|
|
<% for group_order_article in group_order.group_order_articles.all(:include => :order_article)
|
|
|
|
article = group_order_article.order_article.article -%>
|
|
|
|
<%= article.name %>: <%= group_order_article.quantity %> x <%= article.unit %> = <%= group_order_article.quantity * article.fc_price %>
|
2009-01-06 11:49:19 +01:00
|
|
|
<% end -%>
|
2009-01-29 01:57:51 +01:00
|
|
|
Gesamtpreis: <%= group_order.price %>
|
2009-01-06 11:49:19 +01:00
|
|
|
|
|
|
|
Bestellung online einsehen: <%= ApplicationController.current.url_for(:controller => 'ordering', :action => 'my_order_result', :id => order.id) %>
|
|
|
|
|
2009-01-06 15:45:19 +01:00
|
|
|
Viele Grüße von <%= APP_CONFIG[:name] %>
|