Metadata-Version: 2.4
Name: trytond_project_plan
Version: 8.0.0
Summary: Project planning for Tryton
Project-URL: homepage, https://www.tryton.org/
Project-URL: documentation, https://docs.tryton.org/modules-project-plan/
Project-URL: changelog, https://docs.tryton.org/modules-project-plan/releases.html
Project-URL: forum, https://www.tryton.org/forum
Project-URL: issues, https://bugs.tryton.org/tryton
Project-URL: repository, https://code.tryton.org/tryton
Project-URL: funding, https://www.tryton.org/donate
Author: B2CK SRL
Author-email: Bertrand Chenal <bertrand.chenal@b2ck.com>, Cédric Krier <cedric.krier@b2ck.com>
Maintainer-email: Tryton <foundation@tryton.org>
License-Expression: GPL-3.0-or-later
License-File: COPYRIGHT
License-File: LICENSE
Keywords: project,tryton
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Topic :: Office/Business
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: trytond-company<8.1,>=8.0
Requires-Dist: trytond-project<8.1,>=8.0
Requires-Dist: trytond-timesheet<8.1,>=8.0
Requires-Dist: trytond<8.1,>=8.0
Provides-Extra: test
Description-Content-Type: text/x-rst

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.
