An open API service indexing awesome lists of open source software.

https://github.com/nounder/redmine_invoice_reminder

Send e-mail about overdue invoices to your contacts.
https://github.com/nounder/redmine_invoice_reminder

Last synced: 3 months ago
JSON representation

Send e-mail about overdue invoices to your contacts.

Awesome Lists containing this project

README

        

= Redmine Invoice Reminder

Automatically send e-mail about overdue invoices to your contacts for each project with customizable options.

== Configuration
In order to send e-mail reminders, after plugin installation, *daily* +cron+ must be configured:

* 4 * * * cd $REDMINE_PATH && bundle exec rake redmine_invoice_reminder:send_reminders RAILS_ENV=production &> /tmp/redmine_invoice_reminder

This will send reminders every day at 4:00.