Metadata-Version: 2.2
Name: trytond_project_plan
Version: 6.2.0
Summary: Tryton module to add planning capabilities on projects
Home-page: http://www.tryton.org/
Download-URL: http://downloads.tryton.org/6.2/
Author: Tryton
Author-email: bugs@tryton.org
License: GPL-3
Project-URL: Bug Tracker, https://bugs.tryton.org/
Project-URL: Documentation, https://docs.tryton.org/
Project-URL: Forum, https://www.tryton.org/forum
Project-URL: Source Code, https://hg.tryton.org/modules/project_plan
Keywords: tryton project planning
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Legal Industry
Classifier: Intended Audience :: Manufacturing
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: Bulgarian
Classifier: Natural Language :: Catalan
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: Czech
Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
Classifier: Natural Language :: Finnish
Classifier: Natural Language :: French
Classifier: Natural Language :: German
Classifier: Natural Language :: Hungarian
Classifier: Natural Language :: Indonesian
Classifier: Natural Language :: Italian
Classifier: Natural Language :: Persian
Classifier: Natural Language :: Polish
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Natural Language :: Romanian
Classifier: Natural Language :: Russian
Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Spanish
Classifier: Natural Language :: Turkish
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Office/Business
Requires-Python: >=3.6
License-File: LICENSE
Requires-Dist: trytond_company<6.3,>=6.2
Requires-Dist: trytond_project<6.3,>=6.2
Requires-Dist: trytond_timesheet<6.3,>=6.2
Requires-Dist: trytond<6.3,>=6.2
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

Project Plan Module
###################

The Project Plan module adds planning features on top of the Project
module.


Allocation
**********

An allocation links together an employee, a task and a percentage. It
defines which part of his time the employee should dedicate to this
task.


Work
****

The Work model is extended to support planning features:

- Tasks dependencies: Each work may have predecessor and
  successors. Predecessor and successor must share the same parent
  project.
- tasks leveling, I.E. automatically delay some task to avoid
  overallocation of resources.
- Early Start and Late End computation: If Constraint Start and
  Constraint End are set on a work, on its parent work or on one of
  the predecessors/successors, the Early Start and Late End dates (but
  also Late Start and Early Finish dates) are computed automatically.
- Resource allocation: Each task may allocate one or more resource
  (I.E. a certain amount of time of an employee).


The *Task Leveling* wizard allow to level a group of tasks to avoid
eventual overallocation of resources, It will delay some tasks
depending on task precedencies and task sequences.
