A Redmine plugin for managing the time/money being spent on client contracts.
This plugin allows you to:
- Create and store client contracts
- Visualize how much time/money has been spent on a particular contract
- Associate time entries with specific contracts
Special thanks to UpgradeYa for funding version 1.0 of this project.
Easiest way to get this plugin:
-
run 'git submodule add https://github.com/bsyzek/redmine-contracts-with-time-tracking-plugin.git plugins/contracts' from your redmine root directory Note : use the git clone instead of git submodule add if your install folder is not part of a git project.
-
run 'rake redmine:plugins:migrate RAILS_ENV=production' from your redmine root directory