Project Portfolio Management 0.60 (Beta release)
Up to Product page
This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
For additional information about this project, please visit the
project page.
Available downloads
Release Notes
| Tested with | Plone 2.5.5 |
|---|---|
| State | Beta release |
| License | GPL |
| Release Manager | Sam Allgood |
This release provides the following improvements to the proposal dashboard:<br />
<ul>
<li>Adds a field/widget to the portfolio folder object in the Proposals schemata to allow the portfolio manager to control the background colors and descriptions used for listing proposal ratings in the dashboard</li>
<li>Displays a legend of the colors with descriptions of the ratings at the top of the dashboard</li>
<li>Applies the appropriate background color to the rating value if rating is included in the dashboard</li>
<li>Sums columns identified for summing with handling of any column data that is non-numeric</li>
<li>Adds record count on total line at end of each table of proposals in dashboard</li>
</ul>
Change log
ppm 0.60 - Beta Release April 9, 2008<br /><br /> - ppm.py<br /> + added prop_rating_color_scheme field to allow selection of color codes to use<br /> for background color for rating fields in proposal dashboard. Defaults for field<br /> are set to a range of green shades.<br /> + removed method getColorVocabulary because it is more flexible to allow portfolio<br /> managers to type in color names or codes to use.<br /> - getDashboard.py<br /> + updated to properly handle and report summing of numeric columns<br /> - getProposalSummaries.py<br /> + added legend for rating colors in selform at top of proposal dashboard