Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
14400ec7
Commit
14400ec7
authored
May 16, 2018
by
Jan Engels
Browse files
added remind tasks (3,4,6,9 months)
parent
4e016240
Changes
4
Hide whitespace changes
Inline
Side-by-side
default/list_task_models/remind.3month.task
0 → 100644
View file @
14400ec7
title.gettext reminder message sent to subscribers every 3 months
/INIT
next([execution_date]+3m,EXEC)
/EXEC
@selection = select_subs (older([execution_date]))
send_msg (@selection, remind)
next([execution_date]+3m,EXEC)
default/list_task_models/remind.4month.task
0 → 100644
View file @
14400ec7
title.gettext reminder message sent to subscribers every 4 months
/INIT
next([execution_date]+4m,EXEC)
/EXEC
@selection = select_subs (older([execution_date]))
send_msg (@selection, remind)
next([execution_date]+4m,EXEC)
default/list_task_models/remind.6month.task
0 → 100644
View file @
14400ec7
title.gettext reminder message sent to subscribers every 6 months
/INIT
next([execution_date]+6m,EXEC)
/EXEC
@selection = select_subs (older([execution_date]))
send_msg (@selection, remind)
next([execution_date]+6m,EXEC)
default/list_task_models/remind.9month.task
0 → 100644
View file @
14400ec7
title.gettext reminder message sent to subscribers every 9 months
/INIT
next([execution_date]+9m,EXEC)
/EXEC
@selection = select_subs (older([execution_date]))
send_msg (@selection, remind)
next([execution_date]+9m,EXEC)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment