Access to add and change pages is restricted. See: https://cwiki.apache.org/confluence/display/OFBIZ/Wiki+access

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Project manager application

The project manager is currently under development and not all features below are implemented. If somebody would like to help, please read the description below first. On the other hand if you have suggestions for this text please add a comment. It is modelled to the PMW (Project Manager Workbench and other project mnager packages.

The main purpose of the project manager application is the administration of projects, phases and tasks and tracking of estimated time against actual time which is entered via timesheets on project tasks only. This time registration is then used to generate invoices which can be send to the 'client' party of the project.

Some principles.
1. A project consists out of one or more phases of which each phase can have one or more tasks.
2. Time registration is only done on a task level.
3. Estimated and actual dates are only maintained at the task level. For reporting they can be calculated to the higher levels. Project views are created to support this.
4. The workAssoc entity is used to identify relationships in the order the tasks should be executed, a facility needs to be added to calculated the estimated start/end dates of every task according these relationships.

The system is divided into 2 parts:
1. The 'my' options such as 'my tasks' and 'my time'.The logged user has the possibility to add and modify tasks assigned to him and link new tasks to projectphases of projects where he is a member of. A task can be standalone and not part of a project for personal use.
2. The more general options for the project administrator to setup projects and phases.

  • No labels