Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.48 KB

File metadata and controls

35 lines (22 loc) · 1.48 KB

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.

Installation

Easiest way to get this plugin:

  1. 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.

  2. run 'rake redmine:plugins:migrate RAILS_ENV=production' from your redmine root directory

Screenshots

View all contracts for a project:

view contracts for project

View contract details:

view contract details

Create and edit contracts:

create and edit contracts

Set permisisons:

manage permissions