wiki:BudgetingPlugin

Version 6 (modified by Franz, 13 years ago) (diff)

typo

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.

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 [download:budgetingplugin here].

Or download precompiled python egg.

Source

You can check out BudgetingPlugin from here using Subversion, or browse the source with Trac.

Example

Configurable types in trac.ini:

[budgeting-plugin]
types = Doku|Impl|Info|Spezi|Test

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

17626 by rjollos on 2019-12-13 19:50:10
0.6.8: Add release command

Refs #13671.

17625 by rjollos on 2019-12-13 19:48:24
0.6.8: Add classifiers metadata

Refs #13671.

17243 by rjollos on 2018-07-23 16:13:43
Change plugin name to TracBudgeting

This prepares for publishing to pypi.

Refs #13456.

(more)

Author/Contributors

Author: framay
Maintainer: framay
Contributors:

Attachments (4)

Download all attachments as: .zip