trytond-production-work


Nametrytond-production-work JSON
Version 7.0.0 PyPI version JSON
download
home_pagehttp://www.tryton.org/
SummaryTryton module for production work
upload_time2023-10-30 17:34:14
maintainer
docs_urlNone
authorTryton
requires_python>=3.8
licenseGPL-3
keywords tryton production work
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "tryton production work",
    "author": "Tryton",
    "author_email": "foundation@tryton.org",
    "download_url": "https://files.pythonhosted.org/packages/b4/39/263afa4d6dcc044e4f6232fee490ebbcae8c89277efb50e279ed510ecc56/trytond_production_work-7.0.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.0.0",
    "project_urls": {
        "Bug Tracker": "https://bugs.tryton.org/",
        "Documentation": "https://docs.tryton.org/",
        "Download": "http://downloads.tryton.org/7.0/",
        "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": "f25084bff16e311fa179f71bc7f9825e1c8f32595c613f107d27e3779c6282dd",
                "md5": "c17563720c10fe9b87b80921b8f187ab",
                "sha256": "38c6a8ed351eeb57c5ced294467617f88c5859b5f44fae1437a1cf2d56e87db9"
            },
            "downloads": -1,
            "filename": "trytond_production_work-7.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c17563720c10fe9b87b80921b8f187ab",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 67276,
            "upload_time": "2023-10-30T17:34:12",
            "upload_time_iso_8601": "2023-10-30T17:34:12.347535Z",
            "url": "https://files.pythonhosted.org/packages/f2/50/84bff16e311fa179f71bc7f9825e1c8f32595c613f107d27e3779c6282dd/trytond_production_work-7.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b439263afa4d6dcc044e4f6232fee490ebbcae8c89277efb50e279ed510ecc56",
                "md5": "c7914745b0b1930d621d762c87f24367",
                "sha256": "49c7daf6b17478cbdf6f95844ef083851745d49fd19615a7cbb055bcf738260c"
            },
            "downloads": -1,
            "filename": "trytond_production_work-7.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c7914745b0b1930d621d762c87f24367",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 41781,
            "upload_time": "2023-10-30T17:34:14",
            "upload_time_iso_8601": "2023-10-30T17:34:14.428781Z",
            "url": "https://files.pythonhosted.org/packages/b4/39/263afa4d6dcc044e4f6232fee490ebbcae8c89277efb50e279ed510ecc56/trytond_production_work-7.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-30 17:34:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trytond-production-work"
}
        
Elapsed time: 0.12943s