Adds budgeting informations to Tickets

Description

Plugin, where you can add a bunch of budgeting informations. This is usefull when more than one person is working on a ticket. The generated report shows all tickets where a person is involved.

screenshot of changing ticket budgeting

Screenshot: Adding new budgeting information

Screenshot of budgeting preview

Screenshot: Showing budgeting info after ticket box

Milestone view will also show additional info, see screenshot.

In this plugin is also included a report, which shows all tickets in which users are involved, see screenshot.

Bugs/Feature Requests

Existing bugs and feature requests for BudgetingPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from here.

Or download precompiled Eggs:

Source

You can check out BudgetingPlugin from http://trac-hacks.org/svn/budgetingplugin using Subversion, or browse the source:

Example

Configurable types in trac.ini:

[budgeting-plugin]
types = Doku|Impl|Info|Spezi|Test
default_cost = 2.0
default_estimation = 2.0
default_state = 0
default_type = Impl

Default configuration:

[budgeting-plugin]
# list of users, which should be excluded to show in the drop-down list; should be usable as SQL-IN list
exclude_users = 'anonymous','authenticated','tracadmin'
# indicates whether users should be retrieved from session or permission table; possible values: permission, session
retrieve_users = permission
# Types of work, which could be selected in select-box.
types = Documentation|Implementation|Specification|Test

Recent Changes

[11191] by framay on 01/25/12 15:19:46

removed unnecessary imports and unused variables by using pylint

[11140] by aleuhe on 01/13/12 16:12:18

Added permission TICKET_BUDGETING_MODIFY

list of permissions allowing to modify budgeting is described by global attribute "authorizedToModify".

[10991] by framay on 12/02/11 10:17:23

refs #9517: changing version number, to indicate that this version is only compatible with Trac 0.12; removed German umlaut

[10989] by framay on 12/02/11 09:55:51

refs #9517: changing version number, to indicate if it is compatible with Trac 0.13 or Trac 0.12; adding files for translation

Author/Contributors

Author: framay
Maintainer: framay
Contributors: aleuhe

Attachments