Merge pull request #331 from foodcoops/feature/configure-upfront-tasks

Configure upfront tasks
This commit is contained in:
wvengen 2014-12-06 14:35:22 +01:00
commit cee2ac8f9f
11 changed files with 46 additions and 44 deletions

View file

@ -55,14 +55,19 @@ default: &defaults
# Ordergroups, which have less than 75 apples should not be allowed to make new orders
# Comment out this option to activate this restriction
# stop_ordering_under: 75
#stop_ordering_under: 75
# Comment out to completely hide apple points (be sure to comment stop_ordering_under)
# use_apple_points: false
#use_apple_points: false
# ordergroups can only order when their balance is higher than or equal to this
# not fully enforced right now, since the check is only client-side
# minimum_balance: 0
#minimum_balance: 0
# how many days there are between two periodic tasks
#tasks_period_days: 7
# how many days upfront periodic tasks are created
#tasks_upfront_days: 49
# default order schedule, used to provide initial dates for new orders
# (recurring dates in ical format; no spaces!)