Version 18 (modified by 8 years ago) (diff) | ,
---|
Contents
Add budgeting information to Tickets
Description
This is a plugin that allows adding budgeting information to tickets. This is useful when more than one person is working on a ticket. The generated report shows all tickets where a person is involved.
Screenshot: Adding new budgeting information:
Screenshot: Showing budgeting info after ticket box:
Milestone view will also show additional info, see screenshot.
This plugin also includes 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.
defect |
15 / 16 |
||
---|---|---|---|
enhancement |
1 / 1 |
||
task |
2 / 2 |
Download
Download the zipped source from [download:budgetingplugin here].
You can also download compiled Python egg
s from budgetingplugin/trunk/dist.
Source
You can check out BudgetingPlugin from http://trac-hacks.org/svn/budgetingplugin using Subversion, or browse the source:
- for Trac 0.12
- trunk, also for Trac trunk.
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
Author/Contributors
Attachments (4)
-
view_milestone.png (19.2 KB) - added by 12 years ago.
Additional info in milestone view
-
view_tickets.png (67.7 KB) - added by 12 years ago.
screenshot of budgeting report
-
change_budgeting.png (18.4 KB) - added by 12 years ago.
screenshot of changing ticket budgeting
-
view_budgeting.png (13.0 KB) - added by 12 years ago.
Screenshot of budgeting preview
Download all attachments as: .zip