Add a button to send the order to the supplier
This commit is contained in:
parent
b4ce8c31cc
commit
f27bbc2ffa
7 changed files with 65 additions and 0 deletions
|
|
@ -1220,6 +1220,18 @@ de:
|
|||
die Bestellung für "%{order}" wurde am %{when} von %{user} beendet.
|
||||
Für euch wurden die folgenden Artikel bestellt:
|
||||
text1: "o Gesamtpreis: %{sum}\n\nBestellung online einsehen: %{order_url}\n\n\nViele Grüße von %{foodcoop} "
|
||||
order_result_supplier:
|
||||
subject: Neue Bestellung für %{name}
|
||||
text: |
|
||||
Guten Tag,
|
||||
|
||||
die Foodcoop %{foodcoop} möchte gerne eine Bestellung abgeben.
|
||||
|
||||
Im Anhang befinden sich ein PDF und eine CSV-Tabelle.
|
||||
|
||||
Mit freundlichen Grüßen
|
||||
%{user}
|
||||
%{foodcoop}
|
||||
reset_password:
|
||||
subject: Neues Password für %{username}
|
||||
text: |-
|
||||
|
|
@ -1418,6 +1430,8 @@ de:
|
|||
submit: Bestellung in Empfang nehmen
|
||||
surplus_options: 'Verteilungsoptionen:'
|
||||
title: "»%{order}« in Empfang nehmen"
|
||||
send_to_supplier:
|
||||
notice: Die Bestellung wurde an die Lieferantin geschickt.
|
||||
show:
|
||||
action_end: Beenden!
|
||||
amounts: 'Netto/Bruttosumme:'
|
||||
|
|
@ -1452,6 +1466,7 @@ de:
|
|||
default: Suche nach Artikeln ...
|
||||
groups: Suche nach Bestellgruppen ...
|
||||
search_reset: Suche zurücksetzen
|
||||
send_to_supplier: An Lieferantin schicken
|
||||
show_invoice: Rechnung anzeigen
|
||||
sort_article: Sortiert nach Artikeln
|
||||
sort_group: Sortiert nach Gruppen
|
||||
|
|
|
|||
|
|
@ -1231,6 +1231,18 @@ en:
|
|||
|
||||
|
||||
Kind regards from %{foodcoop}.
|
||||
order_result_supplier:
|
||||
subject: New order for %{name}
|
||||
text: |
|
||||
Hi!
|
||||
|
||||
Foodcoop %{foodcoop} would like to place an order.
|
||||
|
||||
Please find a PDF and spreadsheet attached.
|
||||
|
||||
Kind regards,
|
||||
%{user}
|
||||
%{foodcoop}
|
||||
reset_password:
|
||||
subject: New password for %{username}
|
||||
text: |
|
||||
|
|
@ -1428,6 +1440,8 @@ en:
|
|||
submit: Receive order
|
||||
surplus_options: 'Distribution options:'
|
||||
title: Receiving %{order}
|
||||
send_to_supplier:
|
||||
notice: The order has been sent to the supplier.
|
||||
show:
|
||||
action_end: Close!
|
||||
amounts: 'Net/gross sum:'
|
||||
|
|
@ -1462,6 +1476,7 @@ en:
|
|||
default: Search for articles...
|
||||
groups: Search for ordergroups...
|
||||
search_reset: Reset search
|
||||
send_to_supplier: Send to supplier
|
||||
show_invoice: Show invoice
|
||||
sort_article: Sorted in articles
|
||||
sort_group: Sorted in groups
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue