Metadata-Version: 2.1
Name: trytond_project_plan
Version: 7.0.0
Summary: Tryton module to add planning capabilities on projects
Home-page: http://www.tryton.org/
Download-URL: http://downloads.tryton.org/7.0/
Author: Tryton
Author-email: foundation@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://code.tryton.org/tryton
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: Natural Language :: Ukrainian
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Office/Business
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: trytond_company<7.1,>=7.0
Requires-Dist: trytond_project<7.1,>=7.0
Requires-Dist: trytond_timesheet<7.1,>=7.0
Requires-Dist: trytond<7.1,>=7.0

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.
