Allow to specify an order schedule for new orders.
This commit is contained in:
parent
6e990fed4c
commit
219eb71bc9
16 changed files with 204 additions and 8 deletions
|
|
@ -64,6 +64,15 @@ default: &defaults
|
|||
# not fully enforced right now, since the check is only client-side
|
||||
# minimum_balance: 0
|
||||
|
||||
# default order schedule, used to provide initial dates for new orders
|
||||
# (recurring dates in ical format; no spaces!)
|
||||
#order_schedule:
|
||||
# ends:
|
||||
# recurr: FREQ=WEEKLY;INTERVAL=2;BYDAY=MO
|
||||
# time: '9:00'
|
||||
# # reference point, this is generally the first pickup day; empty is often ok
|
||||
# #initial:
|
||||
|
||||
# When use_nick is enabled, there will be a nickname field in the user form,
|
||||
# and the option to show a nickname instead of full name to foodcoop members.
|
||||
# Members of a user's groups and administrators can still see full names.
|
||||
|
|
|
|||
|
|
@ -458,6 +458,11 @@ en:
|
|||
mailing_list_subscribe: Email address where members can send an email to for subscribing.
|
||||
minimum_balance: Members can only order when their account balance is above or equal to this amount.
|
||||
name: The name of your foodcoop.
|
||||
order_schedule:
|
||||
initial: Schedule starts at this date.
|
||||
ends:
|
||||
recurr: Schedule for default order closing date.
|
||||
time: Default time when orders are closed.
|
||||
page_footer: Shown on each page at the bottom. Enter "blank" to disable the footer completely.
|
||||
pdf_add_page_breaks:
|
||||
order_by_articles: Put each article on a separate page.
|
||||
|
|
@ -496,6 +501,11 @@ en:
|
|||
mailing_list_subscribe: Mailing-list subscribe
|
||||
minimum_balance: Minimum account balance
|
||||
name: Name
|
||||
order_schedule:
|
||||
initial: Schedule start
|
||||
ends:
|
||||
recurr: Order ends
|
||||
time: time
|
||||
page_footer: Page footer
|
||||
pdf_add_page_breaks: Page breaks
|
||||
pdf_font_size: Font size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue