Production Work Module
######################
The production work module allows to manage work order for each production.
It also adds in the production cost for the work cost.
Work Center
***********
Work center are places in the warehouse where production operations are
performed. They can be organized in a tree structure and each center can be
linked to a category. A cost can be defined on the work center with two
methods: ``Per Cycle`` or ``Per Hour``.
Work
****
Works define for a production which operation to do at which work center.
They also contains the number of cycles consumed to perform the operation.
The work can be in one of these states:
* Request
The linked production is still waiting.
* Draft
The production has started but no cycle was already consumed.
* Waiting
There are some draft cycles planned.
* Running
There is at least one running cycle.
* Finished
All the cycles are done (or cancelled).
* Done
The production is done.
The works are created on the waiting production using the linked routing. For
each step of the routing, a work is created with the operation. The work center
is set if the operation has a work center category, by choosing a children work
center of this category. Or if the operation has no category, it is the
production work center that is used.
Cycle
*****
Cycles are used to count the consumption and the duration of the work. It also
records the effective cost from the work center.
The cycle can be in one of this states:
* Draft
* Running
* Done
* Cancelled
Raw data
{
"_id": null,
"home_page": "http://www.tryton.org/",
"name": "trytond-production-work",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "tryton production work",
"author": "Tryton",
"author_email": "foundation@tryton.org",
"download_url": "https://files.pythonhosted.org/packages/ca/67/2e73a545736e4cd77a938681a7f053434d833c77d60a2192e77d01a458e7/trytond_production_work-7.4.0.tar.gz",
"platform": null,
"description": "Production Work Module\n######################\n\nThe production work module allows to manage work order for each production.\nIt also adds in the production cost for the work cost.\n\nWork Center\n***********\n\nWork center are places in the warehouse where production operations are\nperformed. They can be organized in a tree structure and each center can be\nlinked to a category. A cost can be defined on the work center with two\nmethods: ``Per Cycle`` or ``Per Hour``.\n\nWork\n****\n\nWorks define for a production which operation to do at which work center.\nThey also contains the number of cycles consumed to perform the operation.\n\nThe work can be in one of these states:\n\n* Request\n\n The linked production is still waiting.\n\n* Draft\n\n The production has started but no cycle was already consumed.\n\n* Waiting\n\n There are some draft cycles planned.\n\n* Running\n\n There is at least one running cycle.\n\n* Finished\n\n All the cycles are done (or cancelled).\n\n* Done\n\n The production is done.\n\nThe works are created on the waiting production using the linked routing. For\neach step of the routing, a work is created with the operation. The work center\nis set if the operation has a work center category, by choosing a children work\ncenter of this category. Or if the operation has no category, it is the\nproduction work center that is used.\n\nCycle\n*****\n\nCycles are used to count the consumption and the duration of the work. It also\nrecords the effective cost from the work center.\n\nThe cycle can be in one of this states:\n\n* Draft\n* Running\n* Done\n* Cancelled\n",
"bugtrack_url": null,
"license": "GPL-3",
"summary": "Tryton module for production work",
"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",
"production",
"work"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "fae055ea9b1173ec68a8395662a6ecde5deb137e0692a3489acb0bf37c0a86d7",
"md5": "643323f7e71ea835688406c11963091f",
"sha256": "3f6cfc968f09051cee6f8abdafcba9990a022a8a03008ab6d776803cec424118"
},
"downloads": -1,
"filename": "trytond_production_work-7.4.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "643323f7e71ea835688406c11963091f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 67984,
"upload_time": "2024-11-04T17:36:57",
"upload_time_iso_8601": "2024-11-04T17:36:57.542626Z",
"url": "https://files.pythonhosted.org/packages/fa/e0/55ea9b1173ec68a8395662a6ecde5deb137e0692a3489acb0bf37c0a86d7/trytond_production_work-7.4.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ca672e73a545736e4cd77a938681a7f053434d833c77d60a2192e77d01a458e7",
"md5": "946c38276bf78bfeff10637c558828b7",
"sha256": "5c4976d4abdbdd778b9d938a7362f699743bc92eeb272e631f77135a825a03d8"
},
"downloads": -1,
"filename": "trytond_production_work-7.4.0.tar.gz",
"has_sig": false,
"md5_digest": "946c38276bf78bfeff10637c558828b7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 42135,
"upload_time": "2024-11-04T17:36:58",
"upload_time_iso_8601": "2024-11-04T17:36:58.903606Z",
"url": "https://files.pythonhosted.org/packages/ca/67/2e73a545736e4cd77a938681a7f053434d833c77d60a2192e77d01a458e7/trytond_production_work-7.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-04 17:36:58",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "trytond-production-work"
}