archonwang / redmine-workload-statistic-notificator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workload Statistic notificator plugin

Plugin provides functionality for sending Slack workload statistic notifications

Installation

  1. Clone this plugin to your Redmine plugins directory:
user@user:/path/to/redmine/plugins$ git clone git@github.com:DefaultValue/redmine-workload-statistic-notificator.git workload_statistic_notificator
  1. Install httpclient dependency, by running:
user@user:/path/to/redmine/plugins/workload_statistic_notificator$ bundle install
  1. Restart Redmine to check plugin availability and configure its options.

  2. Set up cron task for clearing 'Time for today' field value before business day starts (for instance: at 00:10):

*   *    *    *    *    path/to/redmine/bin/rake send_day_workload_statistic RAILS_ENV=production

About


Languages

Language:Ruby 74.3%Language:HTML 25.7%