[[PageOutline(2-5,Contents,pullout)]] = Sums specified fields in custom queries == Description This plugin calculates the sum of specified fields, for example estimations in hours of effort. Example: [[Image(sumfields-example.png)]] This is a !JavaScript solution (and my first published plugin), would be interested in learning better/simpler ways to achieving this functionality. == Configuration Enable plugin and specify list of fields to sum in {{{trac.ini}}}: {{{ #!ini [components] sumfields.* = enabled [sumfields] fields = effort, actual_effort }}} == Bugs/Feature Requests Existing bugs and feature requests for SumFieldsPlugin are [report:9?COMPONENT=SumFieldsPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=SumFieldsPlugin&owner=robguttman new ticket]. [[TicketQuery(component=SumFieldsPlugin&group=type,format=progress)]] == Download Download the zipped source from [download:sumfieldsplugin here]. == Source You can check out SumFieldsPlugin from [http://trac-hacks.org/svn/sumfieldsplugin here] using Subversion, or [source:sumfieldsplugin browse the source] with Trac. == Example Useful as flexible means to sum story points or comparable numeric data for any arbitrary group of tickets such as milestones, owners, etc. == Recent Changes [[ChangeLog(sumfieldsplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:robguttman] [[BR]] '''Maintainer:''' [[Maintainer]] [[BR]] '''Contributors:'''