efigence / redmine_accounting

Plugin for displaying project history
GNU General Public License v3.0
0 stars 0 forks source link

Redmine Accounting plugin

Plugin which adds the functionality of tracking changes in project.

Observed changes include:

Requirements

Developed and tested on Redmine 2.5.1.

Installation

  1. Go to your Redmine installation's plugins/ directory.
  2. git clone http://github.com/efigence/redmine_accounting
  3. Go back to root directory.
  4. rake redmine:plugins:migrate RAILS_ENV=production
  5. Restart Redmine.

Configuration

Visit Administration -> Plugins. Afterwards, click on Configure link next to the plugin name.

Here you can define:

Usage

To see the history page, simply click on accounting link located on top menu.

License

Redmine Accounting plugin
Copyright (C) 2014  efigence S.A.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.