[[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 [http://trac-hacks.org/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 [http://trac-hacks.org/attachment/wiki/BudgetingPlugin/view_tickets.png 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 new ticket]. == Download == Download the zipped source from [download:budgetingplugin here]. Or download precompiled [https://trac-hacks.org/attachment/wiki/BudgetingPlugin/Budgeting_Plugin-0.5.0-py2.6.egg?format=raw python egg]. == Source == You can check out BudgetingPlugin from [http://trac-hacks.org/svn/budgetingplugin here] using Subversion, or [source:budgetingplugin browse the source] with Trac. == 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 == [[ChangeLog(budgetingplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:framay] [[BR]] '''Maintainer:''' [wiki:framay] [[BR]] '''Contributors:''' [wiki:aleuhe]