Project

General

Profile

Plugins Directory » Redmine time limit

Author: Twinslash Ltd
Website: https://github.com/twinslash/redmine_time_limit
Code repository: https://github.com/twinslash/redmine_time_limit
Registered on: 2013-03-11 (about 11 years ago)
Current version: 0.0.1
Compatible with: Redmine 2.2.x, 2.1.x
User ratings:   (0)

Redmine Time Limit Plugin is used to monitor spent time by employees at the working place.

Functionality:
  • New right in 'Roles and permissions': 'Disable time limit'
  • You need to log in Redmine via 'allowed' IP-address for starting timer. Allowed IP-addresses are setup in plugin configuration.
  • Validation of time entries. It is forbidden to write off more time than the timer has.
  • Validation presence of comment for time entries.
  • Restriction to create time entries in some statuses.
  • Restriction to create time entries from 'not allowed' IP-addresses.

Installation notes

To install the plugin run clone from plugin directory (REDMINE/plugins):

cd REDMINE/plugins
git clone https://github.com/twinslash/redmine_time_limit.git

Migrate the database:

bundle exec rake redmine:plugins:migrate

Restart your Redmine server

Changelog

0.0.1 (2013-01-24)

Compatible with Redmine 2.2.x, 2.1.x.