Metadata-Version: 1.0
Name: collective.project
Version: 0.8
Summary: Formerly Products.project, this package aims for "simple" project management with 4 (Dexterity) content types added to Plone: Client, Project, Iteration, and Task.
Home-page: https://svn.plone.org/svn/collective/collective.project/
Author: Alex Clark
Author-email: aclark@aclark.net
License: GPL
Description: Introduction
        ============
        
        Formerly Products.project, this package aims for "simple" project management
        with 4 (Dexterity) content types added to Plone: Client, Project, Iteration,
        and Task.
        
        - Code repository: http://svn.plone.org/svn/collective/collective.project/trunk/
        - Questions and comments to aclark@aclark.net
        - Report bugs at aclark@aclark.net
        
        Changelog
        =========
        
        0.8 - Oct 8, 2009
        -----------------
        
        * Bug fixes:
        - Fix hours calculation for increments of time < 1 hour.
        - Calculate totals for active iterations only.
        - Don't show inactive iterations in iteration_templates/view.pt.
        
        * Change defaults for start and stop of projects & iterations.
        - Start and stop iteration on first day and last day of current month.
        - Start and stop project on first day day of current month and last day of
        current month plus one year.
        
        0.7 - Sep 29, 2009
        ------------------
        
        * Package and bug fixes
        - Package shipped without top level docs directory, fixed.
        - projects_view was broken in several ways, fixed.
        
        0.6 - Sep 25, 2009
        ------------------
        
        * Rename package to 'collective.project'.
        * Final Dexterity content types implementation:
        - Client
        - Provides container for Project, and nothing else.
        - Project
        - Has start(datetime), stop(datetime), rate(float), flat(boolean), billable(boolean) fields.
        - Iteration
        - Has start(datetime), stop(datetime) fields.
        - Task
        - Has start(datetime), stop(datetime), billable(boolean) fields.
        
        * Provides custom view templates for Project, Iteration, and Task as well as a three top level views:
        - projects_view
        - Consulting -> Client A.
        - clients_view
        - Client A -> Consulting.
        - print_view
        - Format for print.
        
        0.5 - Aug 16, 2009
        ------------------
        
        * Initial Dexterity content types implementation.
        
        0.4 - Aug 14, 2009
        ------------------
        
        * Track variable and flat rate fee projects (e.g. consulting and hosting).
        - Amortize flat rate fee over number of months.
        
        * Compute totals for active projects only.
        
        0.3 - Mar 19, 2009
        ------------------
        
        * Bug fix in iteration_view template.
        
        0.2 - Mar 19, 2009
        ------------------
        
        * Add billable field to task
        * Add sort_on = 'getObjPositionInParent' to projects_view to display projects in order.
        
        0.1 - Mar 15, 2009
        ------------------
        
        * Initial release.
        
Keywords: "project management"
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
