Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

MicroHealthLLC/due_date_reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Due Date Reminder plugin for Redmine

Plugin for Redmine project that sends notification to assignee if due date is coming.

Users can choose on which days before due date they want to be notified. This setting is located at the user account page.

User settings

Moreover, administrator can set default notification settings for new users.

Default settings

Plugin also sends info about issues behind a schedule. Users cannot change this behavior.

Installation

cd /home/user/path_to_you_app/
git clone https://github.com/btrd/due_date_reminder/ plugins/due_date_reminder

Migrations

bundle exec rake redmine:plugins:migrate RAILS_ENV=production

Sending notifications

You can send notifications manually:

cd /home/user/path_to_you_app
bundle exec rake redmine:reminder_plugin:send_notifications RAILS_ENV=production

It is good idea to add the task to cron:

crontab -e
0 5 * * * cd /home/user/path_to_you_app && bundle exec rake redmine:reminder_plugin:send_notifications RAILS_ENV=production &> /tmp/redmine_due_date_reminder.log

You should run this task only once a day.

License

This plugin is licensed under the GPLv2 license.

About

updated the plugin so it works on redmine 3.2.x

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •