All Projects → hicknhack-software → redmine_hourglass

hicknhack-software / redmine_hourglass

Licence: other
New Redmine plugin to enhance the time tracking abilities, reports and REST-API.

Programming Languages

ruby
36898 projects - #4 most used programming language
Slim
82 projects
coffeescript
4710 projects
SCSS
7915 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to redmine hourglass

Robotframework Metrics
Generation of metrics report based on robotframework output.xml
Stars: ✭ 138 (+102.94%)
Mutual labels:  reports
time
React UI for Wobbly Time Tracker for the Teams
Stars: ✭ 24 (-64.71%)
Mutual labels:  time-tracker
pyreports
pyreports is a python library that allows you to create complex report from various sources
Stars: ✭ 78 (+14.71%)
Mutual labels:  reports
Jasperphp
JasperReports for PHP
Stars: ✭ 222 (+226.47%)
Mutual labels:  reports
ohsome-quality-analyst
Data quality estimations for OpenStreetMap
Stars: ✭ 28 (-58.82%)
Mutual labels:  reports
alminium
勉強しながら、少しずつ更新しています。現在、Ubuntu 18.04&CentOS7でRedmine3.4が動作します。
Stars: ✭ 14 (-79.41%)
Mutual labels:  redmine-plugin
Negbio
📰 High-performance tool for negation and uncertainty detection in radiology reports
Stars: ✭ 99 (+45.59%)
Mutual labels:  reports
Active Directory Scripts
Making my local storage of useful AD Scripts available to everyone.
Stars: ✭ 46 (-32.35%)
Mutual labels:  reports
redmine merge request links
Display links to associated Gitlab merge requests and GitHub pull requests on Redmine's issue page.
Stars: ✭ 32 (-52.94%)
Mutual labels:  redmine-plugin
web-coronavirus-stats
🌎 🦠 😷 Coronavirus disease (COVID-2019) global / world / country statistics and reports
Stars: ✭ 2 (-97.06%)
Mutual labels:  reports
Suitecrm
SuiteCRM - Open source CRM for the world
Stars: ✭ 2,770 (+3973.53%)
Mutual labels:  reports
youtrack-worklog-viewer
A tool to keep track of the work hours you spent on issues in the YouTrack issue management system
Stars: ✭ 37 (-45.59%)
Mutual labels:  time-tracker
pivot-angular
Integration example of WebDataRocks web reporting tool with Angular 2+ framework
Stars: ✭ 30 (-55.88%)
Mutual labels:  reports
Covid19 mobility
COVID-19 Mobility Data Aggregator. Scraper of Google, Apple, Waze and TomTom COVID-19 Mobility Reports🚶🚘🚉
Stars: ✭ 156 (+129.41%)
Mutual labels:  reports
redmine dropbox attachments
Use Dropbox as the storage backend for your Redmine installation
Stars: ✭ 23 (-66.18%)
Mutual labels:  redmine-plugin
Inventory Manager
Making an Awesome Inventory Management Application with Barcode Reader in PHP and MySQL from Start to Finish
Stars: ✭ 132 (+94.12%)
Mutual labels:  reports
readme at repositories
Redmine plugin that displays contents of file named "README.md" at repository tab
Stars: ✭ 20 (-70.59%)
Mutual labels:  redmine-plugin
Samples-JS-PHP
JavaScript and PHP samples for Stimulsoft Reports.PHP reporting tool.
Stars: ✭ 17 (-75%)
Mutual labels:  reports
goclockify
A terminal-based client for Clockify time tracker
Stars: ✭ 47 (-30.88%)
Mutual labels:  time-tracker
redmine custom reports
Redmine plugin for reports and charts
Stars: ✭ 53 (-22.06%)
Mutual labels:  redmine-plugin

Redmine Hourglass Plugin

Code Climate Build Status Join the chat at https://gitter.im/hicknhack-software/redmine_hourglass

Hourglass is a Redmine plugin to aid in tracking spent time on projects and issues. It allows users to start / stop a timer with an optional reference to what they are working on.

It allows various queries for time entries as well as possibilities to update existing entries.

Hourglass can be configured on a global base as well as per project.

See CHANGELOG.md for the latest features.

Migrate from old Time Tracker plugin

Note: This is a complete rewrite of the Redmine Time Tracker Plugin. While it has feature parity (atleast we hope we didn't forget anything), the code base has changed positively, so further additions are no longer a pain to do.

To ease migrating we added a function to import time entries from the redmine_time_tracker. You can find this in the plugin settings and as a rake task. For more information about migrating from the old time tracker take a look on the Migration Guide

Companion App

We made an app to ease use of the time tracker on mobile (android only for now), check it out:

The Binaries are made available as downloads in the Releases section

Features

  • Per user time tracking
  • Integrates well with Redmine by reusing time entries
  • Overview of spent time for users
  • Track project unrelated time
  • Book tracked time on issues
  • Detailed statistics for team management
  • Status monitor of currently running trackers
  • Detailed list views with Redmine queries integrated
  • Report generation for projects with graphical time representation with customizable company logo
  • Project specific settings

Requirements

  • Ruby 2.6.8
  • Redmine 4.2.1 (The only version fully tested! - Try older versions of the plugin for older versions of Redmine.)
  • An ExecJS compatible runtime, the gemfile includes therubyracer for unix based systems and windows ships with a default js interpreter (from Win 7 upwards), so most people should be set. If you happen to have problems like for example #29, take a look on the linked ExecJS and install one of the mentioned runtimes.

See .github/workflows/main.yml for details about supported versions. If a newer version doesn't appear in there, feel free to open an issue and report your experience with that Redmine or Ruby version.

Installation

  1. If you use Mysql please make sure you have the timezone details loaded, otherwise you miss a lot of nice features.
    sudo mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql
  2. Place the source code of this plugin at the plugins/redmine_hourglass folder. Either by:
    • Download a release from Releases and extract it into your Redmine.
    • Or clone the repository:
      git clone https://github.com/hicknhack-software/redmine_hourglass.git plugins/redmine_hourglass
  3. Install required Gems by:
    bundle install
  4. Update the database schema by running the following command from the root of Redmine:
    bundle exec rake redmine:plugins:migrate RAILS_ENV=production
  5. Precompile the assets.
    • If your Redmine is accessed with a path on your domain, like www.example.com/redmine use this option:
      bundle exec rake redmine:plugins:assets RAILS_ENV=production RAILS_RELATIVE_URL_ROOT=/redmine
    • If your Redmine is on the root you might simply run:
      bundle exec rake redmine:plugins:assets RAILS_ENV=production
  6. (Re)start your Redmine
  7. Done. Please read the "First time usage" section below.

Update

The process is roughly the same as installing. Make sure you have the desired version in the plugins directory and run the steps above (except 1).

If you had it installed via git before, the first step is simply doing git pull in the plugins/redmine_hourglass directory.

First time usage

  1. Login as an administrator and setup the permissions for your roles

    • developers should have the rights to track time

      Developer Rights

    • managers should have the rights to fix times

      Manager Rights

  2. Enable the "Hourglass" module for your project

    • works well in combination with the built in Time tracking

      Project Modules

  3. You should now see the Time Tracking link in the top menu.

To track time directly on an issue, you can use the context menu (right click in the issues list) in the issue list to start or stop the timer or press the "Start Tracking" button on the top right, next to the default "Book Time" Redmine button.

What's what?

The plugin is intended to help us create invoices for customers. This requires the separation of time that was spent and time that is booked. Only booked times can be billed. More information are available in the wiki.

Time Tracker

The stop watch. Time you spent gets "generated" by the trackers.

Time Log

A time log is a spent amount of time. If you stop the tracker, a time log is created. A time log has nothing attached to it. To add this time to issues or projects, you book time. Role permissions can be edited to disable logging. This might be useful for reviewers, that do not generate time on their own but want to look up statistics on a project or user.

Time Booking

A booking is time that is actually connected to a task (project or issue). To create a booking, you book time from a time log. You are not limited to spent the whole time of a single booking, you can divide as you wish. You however aren't able book more time than what was actually logged. The role you have on projects and their settings determine if you are able to edit bookings or are just allowed to create them.

Settings

The plugin offers a list of settings at the Redmine roles and permission settings page. Also you can set the size and file for a logo to be displayed at the report in the Redmine plugin settings, enable rounding behaviour and interval as well as snapping percentage. You can also refine this settings per project if you have different accounting rules per project.

Project Settings

Contributing

Bug reports and pull requests are welcome on GitHub. Please check the contribution guide.This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to our code of conduct.

License

The plugin is available released under the terms of GPL.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].