[[PageOutline(2-5,Contents,pullout)]] = 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. [[Image(change_budgeting.png)]] ''Screenshot: Adding new budgeting information'' [[Image(view_budgeting.png)]] ''Screenshot: Showing budgeting info after ticket box'' Milestone view will also show additional info, see [/attachment/wiki/BudgetingPlugin/view_milestone.png screenshot]. In this plugin is also included a report, which shows all tickets in which users are involved, see [/attachment/wiki/BudgetingPlugin/view_tickets.png screenshot]. == Bugs/Feature Requests == There exists [/query?group=resolution&component=BudgetingPlugin&order=priority bugs and feature] requests for BudgetingPlugin. If you have any issues, create a [http://trac-hacks.org/newticket?component=BudgetingPlugin&owner=framay new ticket for BudgetingPlugin]. == Download == Download the zipped source from [download:budgetingplugin here]. Or download precompiled Eggs: - for Trac 0.12: [https://trac-hacks.org/attachment/wiki/BudgetingPlugin/Budgeting_Plugin-0.5.a4-py2.6.egg?format=raw Budgeting_Plugin-0.5.a4-py2.6.egg] - for Trac 0.13: [https://trac-hacks.org/attachment/wiki/BudgetingPlugin/Budgeting_Plugin-0.6.0-py2.6.egg?format=raw Budgeting_Plugin-0.6.0-py2.6.egg] == 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:''' [wiki:framay] [[BR]] '''Contributors:''' [wiki:aleuhe]