Plugins Directory » Worktime Log
|
Author: | Jared Denison |
---|---|---|
Website: | https://github.com/themondays/redmine_worktime_log | |
Code repository: | https://github.com/themondays/redmine_worktime_log.git | |
Registered on: | 2015-01-27 (about 10 years ago) | |
Current version: | 0.0.1 | |
Compatible with: | Redmine 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x | |
User ratings: |
Redmine Worktime Log Plugin¶
Release Candidate: 0.0.1
Inception¶
Hey folks.
In one work Worktime Log - is just a Stopwatch plugin with extended projects / users / issues summary. I'm pretty sure that plugin will help you track your team load without any additional inconvenience editing issue details and billion clicks.
Worktime Log built about 3 month ago and today I completely added missing things to prepare first RC.
Plugin built for internal use for Redmine and PostgreSQL, by this reason some queries should be reviewed before push to production with MySQL database.
Feel free to make forks and touch me in case if you have some fixes and suggestions.
How it works?
- Create projects
- Enable Worktime Log module
- Add couple tickets assigned on you
- Push START button and continue working
- Don't forget press STOP when you going on lunch :)
Installation¶
- Copy plugin files to ```/redmine/plugins``` and you will get something like that: ```redmine/plugins/redmine_worktime_log/init.rb```
- Run ```rake redmine:plugins NAME=redmine_worktime_log RAILS_ENV=production```
Additional thanks to:¶
- Stopwatch timer originally from CakePHP app called [project-manager] by [websightdesigns]</li>
- [jQuery.Chosen] - by [Harvest]
License¶
This plugin is available under [CC-BY 3.0]
Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
Project locations
- [Project page on GitHub]
- [Project page]
- [Bring me a coffee]
In case ff you found something unappropriate or I forgot mention someone please touch me and we fix it.
Developed by [Jared Denison] in 2014.
[Project page on GitHub]:https://github.com/themondays/redmine_worktime_log
[Project page]:http://themondays.ca/redmine/plugins/worktimelog/
[Bring me a coffee]:http://themondays.ca/coffee/
[Jared Denison]:http://themondays.ca
[project-manager]:https://github.com/websightdesigns/project-manager/blob/master/README.md
[websightdesigns]:https://github.com/websightdesigns/project-manager/blob/master/README.md
[jQuery.Chosen]:http://harvesthq.github.io/chosen/
[Harvest]:http://www.getharvest.com/
[CC-BY 3.0]:http://creativecommons.org/licenses/by/3.0/
Installation notes
Installation¶
- Copy plugin files to ```/redmine/plugins``` and you will get something like that: ```redmine/plugins/redmine_worktime_log/init.rb```
- Run ```rake redmine:plugins NAME=redmine_worktime_log RAILS_ENV=production```
Changelog
0.0.1 (2015-03-02)
Compatible with Redmine 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x.
0.0.3 (2015-02-01)
Compatible with Redmine 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x.
Rev. 0.0.3 RC¶
- Added time helper
- Fixed issue totals
- Fixed summary totals