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.
Raw data
{
"_id": null,
"home_page": "http://www.tryton.org/",
"name": "trytond-project-plan",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "tryton project planning",
"author": "Tryton",
"author_email": "foundation@tryton.org",
"download_url": "https://files.pythonhosted.org/packages/70/69/75942afcbdeea1a696d10b5201d9ff1813825d3b272c18e1a1bdcff53aa3/trytond_project_plan-7.4.0.tar.gz",
"platform": null,
"description": "Project Plan Module\n###################\n\nThe Project Plan module adds planning features on top of the Project\nmodule.\n\n\nAllocation\n**********\n\nAn allocation links together an employee, a task and a percentage. It\ndefines which part of his time the employee should dedicate to this\ntask.\n\n\nWork\n****\n\nThe Work model is extended to support planning features:\n\n- Tasks dependencies: Each work may have predecessor and\n successors. Predecessor and successor must share the same parent\n project.\n- tasks leveling, I.E. automatically delay some task to avoid\n overallocation of resources.\n- Early Start and Late End computation: If Constraint Start and\n Constraint End are set on a work, on its parent work or on one of\n the predecessors/successors, the Early Start and Late End dates (but\n also Late Start and Early Finish dates) are computed automatically.\n- Resource allocation: Each task may allocate one or more resource\n (I.E. a certain amount of time of an employee).\n\n\nThe *Task Leveling* wizard allow to level a group of tasks to avoid\neventual overallocation of resources, It will delay some tasks\ndepending on task precedencies and task sequences.\n",
"bugtrack_url": null,
"license": "GPL-3",
"summary": "Tryton module to add planning capabilities on projects",
"version": "7.4.0",
"project_urls": {
"Bug Tracker": "https://bugs.tryton.org/",
"Documentation": "https://docs.tryton.org/",
"Download": "http://downloads.tryton.org/7.4/",
"Forum": "https://www.tryton.org/forum",
"Homepage": "http://www.tryton.org/",
"Source Code": "https://code.tryton.org/tryton"
},
"split_keywords": [
"tryton",
"project",
"planning"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "44ccf77852ef83521342208084d789c65071660f0225094a5894520e41827212",
"md5": "5c7e51c4ccae4dfca3f45456d0ac1492",
"sha256": "e82fc53dd1d2faea94a455beaafbeed0a0e229e30ec76bca662725fa76ee89eb"
},
"downloads": -1,
"filename": "trytond_project_plan-7.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "5c7e51c4ccae4dfca3f45456d0ac1492",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 43205,
"upload_time": "2024-11-04T17:37:23",
"upload_time_iso_8601": "2024-11-04T17:37:23.290152Z",
"url": "https://files.pythonhosted.org/packages/44/cc/f77852ef83521342208084d789c65071660f0225094a5894520e41827212/trytond_project_plan-7.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "706975942afcbdeea1a696d10b5201d9ff1813825d3b272c18e1a1bdcff53aa3",
"md5": "8b7ed186e2f7c9366d8bddd3665ff58d",
"sha256": "3df3b75261ca080d48a89217733eade81beec8ee4c506ddf8335a63e03c99fd7"
},
"downloads": -1,
"filename": "trytond_project_plan-7.4.0.tar.gz",
"has_sig": false,
"md5_digest": "8b7ed186e2f7c9366d8bddd3665ff58d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 31822,
"upload_time": "2024-11-04T17:37:24",
"upload_time_iso_8601": "2024-11-04T17:37:24.711636Z",
"url": "https://files.pythonhosted.org/packages/70/69/75942afcbdeea1a696d10b5201d9ff1813825d3b272c18e1a1bdcff53aa3/trytond_project_plan-7.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-04 17:37:24",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "trytond-project-plan"
}