Skip to content
Snippets Groups Projects
Verified Commit 7a715df1 authored by ynerant's avatar ynerant
Browse files

Treasurers asked to add the list of old members in the monthly reports


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 93088780
No related branches found
No related tags found
2 merge requests!162Bugs mineurs, documentation,!161Reduce verbosity of cron scripts
Pipeline #8912 passed with stages
in 9 minutes and 26 seconds
...@@ -18,7 +18,7 @@ MAILTO=notekfet2020@lists.crans.org ...@@ -18,7 +18,7 @@ MAILTO=notekfet2020@lists.crans.org
# Spammer les gens en négatif # Spammer les gens en négatif
00 5 * * 2 root cd /var/www/note_kfet && env/bin/python manage.py send_mail_to_negative_balances --spam -v 0 00 5 * * 2 root cd /var/www/note_kfet && env/bin/python manage.py send_mail_to_negative_balances --spam -v 0
# Envoyer le rapport mensuel aux trésoriers et respos info # Envoyer le rapport mensuel aux trésoriers et respos info
00 8 6 * * root cd /var/www/note_kfet && env/bin/python manage.py send_mail_to_negative_balances --report -v 0 00 8 6 * * root cd /var/www/note_kfet && env/bin/python manage.py send_mail_to_negative_balances --report --add-years 1 -v 0
# Envoyer les rapports aux gens # Envoyer les rapports aux gens
55 6 * * * root cd /var/www/note_kfet && env/bin/python manage.py send_reports -v 0 55 6 * * * root cd /var/www/note_kfet && env/bin/python manage.py send_reports -v 0
# Mettre à jour les boutons mis en avant # Mettre à jour les boutons mis en avant
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment