[[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. '''Adding new budgeting information:''' [[Image(change_budgeting.png, border=2)]] '''Showing budgeting info after ticket box:''' [[Image(view_budgeting.png, border=2)]] The 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 [/newticket?component=BudgetingPlugin new ticket]. [[TicketQuery(component=BudgetingPlugin,group=type,format=progress)]] == Download Download the zipped source from [export:budgetingplugin here]. == Source You can check out BudgetingPlugin from [/svn/budgetingplugin here] using Subversion, or browse the source: - [source:budgetingplugin/0.12 for Trac 0.12] - [source:budgetingplugin/trunk trunk], for Trac 1.0 and later. The plugin is also available on [pypi:TracBudgeting PyPI]. == Installation General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page. == Configuration The configurable types in your `trac.ini` file are as follows: {{{#!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]