Project

General

Profile

Actions

Feature #7382

open

Integrated cost tracking module

Added by Neil McFarlane about 13 years ago. Updated over 5 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
Plugin Request
Target version:
-
Start date:
2011-01-20
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

Overview

Being that Redmine is a project management web application, I believe that it could benefit significantly from including cost tracking. Along with scope and time, tracking project costs is often considered to be one of the "triple constraints" on a project (see project management triangle)

While I am aware of the existence of various plug-ins which provide such functionality (Rate, Budget, Developer rates etc.) I would continue to argue for inclusion in the main trunk for the following reasons:

  1. Tracking costs is so central to project management, it is likely to be utilized by enough individuals to warrant being provided out-of-the-box
  2. Having a cost tracking as part of the core protects against the deprecation which all plug-ins are vulnerable to
  3. Having good foundational cost tracking gives not only cost-related plug-in developers a strong base to build from, but something consistent for plug-ins that are not directly related to cost to use (for example, plug-ins which export Redmine to Project 2007 format etc.)

I have been considering why cost tracking is not currently part of Redmine and have theorized that it may be because it is seen as potentially disruptive to those who are not interested in the feature. If this is the case, I would like to contend that cost tracking can be implemented in a way that has no impact at all on those who choose not to use it, even between multiple projects on the same instance of Redmine.

Design proposal

Generally, cost tracking would be heavily based off of the existing "time tracking" module.

The aim of this proposal is not to provide an all-encompassing solution for costs within a project, but to cover the 80-20 rule and provide a strong common base for other plug-ins to enhance if needed.

New fields / tabs

  • A new enumeration set, "Expenditures (cost tracking)", is added
  • A new project module "Cost tracking" is added; if the user chooses to enable cost tracking for their project then:
    • The project settings gets a new tab: "Expenditures (cost tracking)" which pulls its applicable values from the new enumeration set
    • The project settings members tab gets a new field for each user: "hourly rate"
    • Each issue on the project gets two new fields: "estimated cost" and "spent cost"

How estimated cost is determined

When an issue is being updated, there will be two relevant fields shown to the editor, a simple numerical text field for adding an estimated cost, and a check-box which asks if they want Redmine to add a calculated estimate based on the assignee's rate and the estimated time.

This allows the user to specify either a hard estimate, an estimate based of just the calculated work (by leaving the text field either 0 or blank and the check-box checked), or a combination of the two (for example, an estimate for an issue which includes labor and materials).

How spent cost is determined

Spent cost has two components which it summarizes: work performed (requires time tracking) and logged costs.

If time tracking is enabled, whenever a new time spent entry is logged, the assignee's current assigned rate will be also be recorded and shown as the last column. The cost of work performed is then a simple matter of summarizing the hours * rate for each logged entry.

Logged costs are tracked almost identically to logged time. The only differences are that the "Hours" field is removed and the "Activity" enumeration is replaced with the "Expenditure" enumeration.

If values for both work performed and logged costs are present, spent cost will be a simple addition of the two.

Like spent time, spent cost propagates upwards through parent issues and a summary is displayed on the project overview page.


Files

estimatedCostField.gif (2.23 KB) estimatedCostField.gif Neil McFarlane, 2011-01-20 05:09
Actions #1

Updated by Neil McFarlane about 13 years ago

Any thoughts / feedback would be appreciated. If this proposal does seem acceptable in principle for mainline acceptance, I'd be happy to help contribute in what capacity I can.

Actions #2

Updated by Parth Arora about 13 years ago

This feature is something that even I was hoping would be included in Redmine sooner than later. That being said, I would like to add that this feature should be built in a way that it has access control over the cost details. Because in most cases most organizations would not want the developers to know the cost incurred in implementing a certain functionality or module

Actions #3

Updated by Neil McFarlane about 13 years ago

Would it really require more privacy then time tracking though?

Actions #4

Updated by Cyril Dubus over 12 years ago

It would be great !

Actions #5

Updated by Etienne Massip about 12 years ago

  • Category set to Plugin Request
Actions #6

Updated by Anonymous about 10 years ago

+1 this would be great.

We're (Infoxchange.net.au) working on a simple plugin that'll calculate costs based on time logged against a ticket.
I'll add an update when we publish it (should be very simple).

Actions #7

Updated by Anonymous about 10 years ago

Sam McLeod wrote:

+1 this would be great.

We're (Infoxchange.net.au) working on a simple plugin that'll calculate costs based on time logged against a ticket.
I'll add an update when we publish it (should be very simple).

Here you go, this is a quick and dirty version: https://github.com/infoxchange/time-is-money

Actions #8

Updated by Pavel Potcheptsov about 10 years ago

Please explain how does it work.

Actions #9

Updated by Hans Kaiser almost 6 years ago

are here any news about the cost tracking side?
Did not find the time-is-money plugin getting a 404

Actions #10

Updated by Dominik Ras over 5 years ago

+1

Actions

Also available in: Atom PDF