Manual Reporting
To manually run the monthly report:
1- Update the template: https://github.com/OpenCollective/opencollective-api/blob/master/templates/emails/group.monthlyreport.hbs
2- If you want to preview some of the emails, you can run it locally with
(it won't send real emails but it will output links to preview them in the browser)
3- Run bash on heroku production:
4- Run the monthly cron job manually:
If you want to only run it for certain collectives, modify the query
here: https://github.com/OpenCollective/opencollective-api/blob/master/cron/monthly/email-report.js#L30
Last updated