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.
- Host: GitHub
- URL: https://github.com/nounder/redmine_invoice_reminder
- Owner: nounder
- Created: 2015-02-09T02:47:36.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-18T21:52:22.000Z (over 10 years ago)
- Last Synced: 2025-02-24T08:55:58.272Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 164 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
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.