This is a really simple timer/punch clock plugin for Redmine, inspired by the Firefox Add-on Redmine Timer.
It adds a single button to Redmine that starts logging time to the current issue or project. Click it again to select activity, add a comment, commit or abort.
And that's all there is to it.
cd
into the redmine/plugins
folder and run:
git clone https://github.com/LeviticusMB/bestest_timer.git
cd
into the redmine/plugins
folder and run:
git pull
The master
branch tracks the latest stable release.
The "Oops, I forgot" release.
- Reminders! Bestest Punch Clock will now remind you to punch in or punch out.
- Editable punch in/punch out time. Fix your mistakes before you punch out. [PR from kybersoft]
- On Redmine's Edit Spent Time page, synchronize the Hours field with the time information from the Comment field. Edit one and the other will automatically update.
- Disable Bestest Punch Clock button if we know Punch in won't work. Provide help in tool tip.
Small UI improvments.
- Link to current project and issue.
- Use radio buttons for activity instead of a dropdown menu.
- Added a hack to remove black line in Safari.
- Disabled Punch out button if no activity has been selected.
Initial release branch.