trytond-carrier


Nametrytond-carrier JSON
Version 7.2.1 PyPI version JSON
download
home_pagehttp://www.tryton.org/
SummaryTryton module with carriers
upload_time2024-07-17 21:53:45
maintainerNone
docs_urlNone
authorTryton
requires_python>=3.8
licenseGPL-3
keywords tryton carrier
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Carrier Module
##############

The carrier module defines the concept of carrier.

Carrier
*******

A carrier links a party with a product and cost method.

- The *Product* is the carrier service.
- The *Carrier Cost Method* defines how to compute the carrier cost. By default
  there is only the *Product Price* method which takes the *List Price* of the
  *Product* as sale price and the *Cost Price* of the *Product* as purchase
  price.


Carrier Selection
*****************

A carrier selection defines the country of origin and destination where a
carrier can deliver the products.

- The *Sequence* is used to order the Carrier Selections.
- *Active* allows to disable a Carrier Selection.
- *From Country*  defines the Country of origin for this Carrier Selection.
  Empty value act as a wildcard.
- *To Country* defins the Country of destination for this Carrier Selection.
  Empty value act as a wildcard.

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.tryton.org/",
    "name": "trytond-carrier",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "tryton carrier",
    "author": "Tryton",
    "author_email": "foundation@tryton.org",
    "download_url": "https://files.pythonhosted.org/packages/0a/b8/c9c9c0f1f06ce39edd36f507bc4e89881282a6620754196a836f8b7ea668/trytond_carrier-7.2.1.tar.gz",
    "platform": null,
    "description": "Carrier Module\n##############\n\nThe carrier module defines the concept of carrier.\n\nCarrier\n*******\n\nA carrier links a party with a product and cost method.\n\n- The *Product* is the carrier service.\n- The *Carrier Cost Method* defines how to compute the carrier cost. By default\n  there is only the *Product Price* method which takes the *List Price* of the\n  *Product* as sale price and the *Cost Price* of the *Product* as purchase\n  price.\n\n\nCarrier Selection\n*****************\n\nA carrier selection defines the country of origin and destination where a\ncarrier can deliver the products.\n\n- The *Sequence* is used to order the Carrier Selections.\n- *Active* allows to disable a Carrier Selection.\n- *From Country*  defines the Country of origin for this Carrier Selection.\n  Empty value act as a wildcard.\n- *To Country* defins the Country of destination for this Carrier Selection.\n  Empty value act as a wildcard.\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Tryton module with carriers",
    "version": "7.2.1",
    "project_urls": {
        "Bug Tracker": "https://bugs.tryton.org/",
        "Documentation": "https://docs.tryton.org/",
        "Download": "http://downloads.tryton.org/7.2/",
        "Forum": "https://www.tryton.org/forum",
        "Homepage": "http://www.tryton.org/",
        "Source Code": "https://code.tryton.org/tryton"
    },
    "split_keywords": [
        "tryton",
        "carrier"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5718a40b08b3926241120f963a268174778f279d58b2963de7ab89d9de2c1609",
                "md5": "ae1f1ae91871edeceef016c5c3229aa5",
                "sha256": "987700c207105acb3c95f6d90e78defe78bc1de32dd5e561fff8d9e9f85702ea"
            },
            "downloads": -1,
            "filename": "trytond_carrier-7.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ae1f1ae91871edeceef016c5c3229aa5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 41153,
            "upload_time": "2024-07-17T21:53:43",
            "upload_time_iso_8601": "2024-07-17T21:53:43.363824Z",
            "url": "https://files.pythonhosted.org/packages/57/18/a40b08b3926241120f963a268174778f279d58b2963de7ab89d9de2c1609/trytond_carrier-7.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ab8c9c9c0f1f06ce39edd36f507bc4e89881282a6620754196a836f8b7ea668",
                "md5": "950c6b77ce964115b4ea0cbb1297e60d",
                "sha256": "3955077ec7c65bbfdfcf996f627b19785a7ab9abad570c4e40ddd9772e90dd16"
            },
            "downloads": -1,
            "filename": "trytond_carrier-7.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "950c6b77ce964115b4ea0cbb1297e60d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 32344,
            "upload_time": "2024-07-17T21:53:45",
            "upload_time_iso_8601": "2024-07-17T21:53:45.445429Z",
            "url": "https://files.pythonhosted.org/packages/0a/b8/c9c9c0f1f06ce39edd36f507bc4e89881282a6620754196a836f8b7ea668/trytond_carrier-7.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-17 21:53:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trytond-carrier"
}
        
Elapsed time: 1.64793s