trytond-purchase-request


Nametrytond-purchase-request JSON
Version 7.0.0 PyPI version JSON
download
home_pagehttp://www.tryton.org/
SummaryTryton module for purchase requests
upload_time2023-10-30 17:35:57
maintainer
docs_urlNone
authorTryton
requires_python>=3.8
licenseGPL-3
keywords tryton purchase request
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Purchase Request Module
#######################

The Purchase Request module introduces the concept of Purchase Requests which
are central points to collect purchase requests generated by other process from
Tryton.

Purchase Request
****************

A purchase request defines the need to purchase a product. It
is linked to a warehouse and possibly a supplier, it contains a
ideal purchase date and an expected supply date. A purchase request
can be in one of these states:

* Draft

  A draft purchase request is a request that is not linked to a
  purchase.

* Purchased

  A Purchased request is a request that is linked to a purchase which
  is not Done or Cancelled.

* Done

  A purchase request is in state Done if it is linked to a Purchase
  which is in state Done.

* Cancelled

  A purchase request is Cancelled if it is linked to a Purchase
  which is cancelled.

A wizard allows to create purchases based on a selection of draft purchase
requests. The new purchases contains one purchase line by product and unit and
group them by warehouses and by suppliers. Once the purchases are created, the
corresponding purchase requests are set to the state Purchased.

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.tryton.org/",
    "name": "trytond-purchase-request",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "tryton purchase request",
    "author": "Tryton",
    "author_email": "foundation@tryton.org",
    "download_url": "https://files.pythonhosted.org/packages/2d/ca/4195f501fd0f278fb034f4270a2d709018d2ae2b0a1e69fc7438a0cdc57b/trytond_purchase_request-7.0.0.tar.gz",
    "platform": null,
    "description": "Purchase Request Module\n#######################\n\nThe Purchase Request module introduces the concept of Purchase Requests which\nare central points to collect purchase requests generated by other process from\nTryton.\n\nPurchase Request\n****************\n\nA purchase request defines the need to purchase a product. It\nis linked to a warehouse and possibly a supplier, it contains a\nideal purchase date and an expected supply date. A purchase request\ncan be in one of these states:\n\n* Draft\n\n  A draft purchase request is a request that is not linked to a\n  purchase.\n\n* Purchased\n\n  A Purchased request is a request that is linked to a purchase which\n  is not Done or Cancelled.\n\n* Done\n\n  A purchase request is in state Done if it is linked to a Purchase\n  which is in state Done.\n\n* Cancelled\n\n  A purchase request is Cancelled if it is linked to a Purchase\n  which is cancelled.\n\nA wizard allows to create purchases based on a selection of draft purchase\nrequests. The new purchases contains one purchase line by product and unit and\ngroup them by warehouses and by suppliers. Once the purchases are created, the\ncorresponding purchase requests are set to the state Purchased.\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Tryton module for purchase requests",
    "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",
        "purchase",
        "request"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23ef974a74ffec7ae0427b48184ee3ac6be390aeece96f62484292c00c15e0c2",
                "md5": "1c2819d0d241136c2c6e6bba5eb6fcec",
                "sha256": "b7b0cd6596c112dd8401854204e209c785fa302168d1a0fa49a0632234ad75e2"
            },
            "downloads": -1,
            "filename": "trytond_purchase_request-7.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c2819d0d241136c2c6e6bba5eb6fcec",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 70419,
            "upload_time": "2023-10-30T17:35:54",
            "upload_time_iso_8601": "2023-10-30T17:35:54.842633Z",
            "url": "https://files.pythonhosted.org/packages/23/ef/974a74ffec7ae0427b48184ee3ac6be390aeece96f62484292c00c15e0c2/trytond_purchase_request-7.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2dca4195f501fd0f278fb034f4270a2d709018d2ae2b0a1e69fc7438a0cdc57b",
                "md5": "5e4f3d8fe51ae4007db3bbf9789acfa6",
                "sha256": "a9766fc453fd7b70fc502566421aba074fb5a04837d35802dedd9f5daba3dd51"
            },
            "downloads": -1,
            "filename": "trytond_purchase_request-7.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5e4f3d8fe51ae4007db3bbf9789acfa6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 43192,
            "upload_time": "2023-10-30T17:35:57",
            "upload_time_iso_8601": "2023-10-30T17:35:57.015638Z",
            "url": "https://files.pythonhosted.org/packages/2d/ca/4195f501fd0f278fb034f4270a2d709018d2ae2b0a1e69fc7438a0cdc57b/trytond_purchase_request-7.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-30 17:35:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trytond-purchase-request"
}
        
Elapsed time: 0.13216s