[[PageOutline(2-5,Contents,pullout)]] = 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: [[Image(change_budgeting.png)]] '''Screenshot''': Showing budgeting info after ticket box: [[Image(view_budgeting.png)]] Milestone view will also show additional info, see [attachment:view_milestone.png:wiki:BudgetingPlugin screenshot]. This plugin also includes a report, which shows all tickets in which users are involved. See [attachment:view_tickets.png:wiki:BudgetingPlugin screenshot]. == Bugs/Feature Requests Existing bugs and feature requests for BudgetingPlugin are [report:9?COMPONENT=BudgetingPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=BudgetingPlugin&owner=framay&release=0.12 new ticket]. [[TicketQuery(component=BudgetingPlugin,group=type,format=progress)]] == Download Download the '''zipped source''' from [download:budgetingplugin here]. You can also download '''compiled Python `egg`s''' from [browser:budgetingplugin/trunk/dist]. == Source You can check out BudgetingPlugin from [http://trac-hacks.org/svn/budgetingplugin http://trac-hacks.org/svn/budgetingplugin] using Subversion, or browse the source: - [source:budgetingplugin/0.12 for Trac 0.12] - [source:budgetingplugin/trunk trunk], also for Trac trunk. == Example Configurable types in `trac.ini`: {{{#!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: {{{#!ini [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 [[ChangeLog(budgetingplugin, 3)]] == Author/Contributors '''Author:''' [wiki:framay] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:''' [wiki:aleuhe]