Add pickup date
This additional date helps users to find the correct order if the time between end and pickup varies a lot.
This commit is contained in:
parent
97f81d9826
commit
f286dd6053
15 changed files with 59 additions and 9 deletions
|
|
@ -78,6 +78,7 @@ de:
|
|||
ends: Endet am
|
||||
name: Lieferant
|
||||
note: Notiz
|
||||
pickup: Abholung
|
||||
starts: Läuft vom
|
||||
status: Status
|
||||
supplier: Lieferant
|
||||
|
|
@ -1310,7 +1311,11 @@ de:
|
|||
Willst Du wirklich die Bestellung %{order} beenden?
|
||||
Es gibt kein zurück.
|
||||
create_invoice: Rechnung anlegen
|
||||
description1: "%{state} Bestellung von %{supplier} angelegt von %{who}, läuft von %{starts} bis %{ends}."
|
||||
description1_order: "%{state} Bestellung von %{supplier} angelegt von %{who},"
|
||||
description1_period:
|
||||
starts: "läuft von %{starts}"
|
||||
starts_ends: "läuft von %{starts} bis %{ends}"
|
||||
pickup: "und kann am %{pickup} abgeholt werden"
|
||||
description2: "%{ordergroups} haben %{article_count} Artikel mit einem Gesamtwert von %{net_sum} / %{gross_sum} (netto / brutto) bestellt."
|
||||
download:
|
||||
article_pdf: Artikel PDF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue