GithubHelp home page GithubHelp logo

redmine_time_tracker's Introduction

Redmine Time Tracker plugin for Redmine >= 2.x only!!!

Time tracker is a Redmine plugin to ease time tracking when working on an issue. The plugin allows to start/suspend/resume/stop a timer on a per user basis.

Features

  • Current spent time always visible

  • Timer automatic updated without reload

  • Per user time tracking

  • Using known ‘log time’ dialog

Getting the plugin

The newest version is always at GitHub.

Install

  1. Follow the Redmine plugin installation steps at: www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to plugins/redmine_time_tracker

  2. Setup the database using the migrations. rake db:migrate_plugins RAILS_ENV=production

  3. Login to your Redmine install as an Administrator

  4. Setup the ‘log time’ permissions for your roles

  5. Add “Time tracking” to the enabled modules for your project

  6. The link to the plugin should appear in the ‘account’ menu bar

Upgrade

  • If you are migrating from version 1.2 then we have to delete table records schema_migrations.

  1. Run a selection in the database;

<tt>select * from schema_migrations where version like '%time_tracker%';</tt>
  1. Delete the records found;

<tt>delete from schema_migrations where version like '%redmine_time_tracker-41627c4r%';</tt> or <tt>delete from schema_migrations where version like '%redmine_time_tracker%';</tt>
  1. Copy the plug-in <tt><redmine_root>/plugins/

  2. Run rake db:migrate_plugins RAILS_ENV=production

Uninstall

  1. Run rake db:migrate:plugin NAME=redmine_time_tracker VERSION=0 RAILS_ENV=production

  2. Delete folder <redmine_root>/plugins/redmine_time_tracker

Note: is show display message: Note: The rake task db:migrate:plugin has been deprecated, please use the replacement version redmine:plugins:migrate not alarmed, the plugins already uninstalled.

Usage

To be able to use a time tracker, a user must have the ‘log time’ permission. Then, the current time tracker information are displayed in the top right menu, next to the user info.

These information are context dependant:

  • If the user does not have a running time tracker yet, a message telling so will be displayed.

  • If the user does not have a running time tracker yet but he is displaying an issue, then the ‘start’ action will be displayed.

  • If the user has a running time tracker, the current spent time is displayed (and refreshed periodically) next to the tracked issue number. The ‘pause’ or the ‘resume’ action will be displayed as well as the ‘stop’ one too. Stopping the time tracker will redirect the user to the standard time logging page with the ‘hours’ field filled with the time tracker value. This way, we rely on existing and well known behaviours.

To be noted that these actions are available in the issues list context menu too (right click in the issues list).

A ‘list’ action is displayed in the menu too. This action will redirect the user to a page listing his time tracker and other user’s ones if the ‘view others time trackers’ right is set. From this list, the user can ‘delete’ his time tracker (or the other user’s ones if the ‘delete others time trackers’ permission is set).

The plugin settings page allows to define the spent time refresh rate and the status transition to apply when a time tracker is started. For example, if a transition ‘New’ -> ‘In progress’ is added, starting a time tracker on an issue having the ‘New’ status will automatically change it to ‘In progress’.

Git

  1. Open a shell to your Redmine’s /plugins/redmine_time_tracker folder

  2. Update your git copy with git pull

  3. Update the database using the migrations. rake db:migrate_plugins RAILS_ENV=production

  4. Restart your Redmine

redmine_time_tracker's People

Contributors

delaitre avatar digarcia avatar fgrehm avatar frogcoder avatar furgas avatar hiroponz avatar huerlisi avatar jhit avatar jobicoppola avatar jtrancas avatar linniksa avatar martinllanos avatar mischatheevil avatar thorin avatar wojtha avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.