trytond-carrier


Nametrytond-carrier JSON
Version 7.2.0 PyPI version JSON
download
home_pagehttp://www.tryton.org/
SummaryTryton module with carriers
upload_time2024-04-29 15:38:38
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/29/0a/74623c10f1da0cf24a3823855eb4ffe3b6e67e047c8ee221cda4351933fe/trytond_carrier-7.2.0.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.0",
    "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": "384f54490654291b434502150e136bfbdb49fdfa28ae012baa99fa41e7651930",
                "md5": "51ec1f029436c09b5aa0cffdb222556f",
                "sha256": "743d373fc3d5cc53e06f39a13dd45c59de864dcb5b7b04fe08dea88244593811"
            },
            "downloads": -1,
            "filename": "trytond_carrier-7.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "51ec1f029436c09b5aa0cffdb222556f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 41139,
            "upload_time": "2024-04-29T15:38:37",
            "upload_time_iso_8601": "2024-04-29T15:38:37.063126Z",
            "url": "https://files.pythonhosted.org/packages/38/4f/54490654291b434502150e136bfbdb49fdfa28ae012baa99fa41e7651930/trytond_carrier-7.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "290a74623c10f1da0cf24a3823855eb4ffe3b6e67e047c8ee221cda4351933fe",
                "md5": "370ba8bf9fb0e27b0aecdacf2be0eabe",
                "sha256": "ee593b559be1440623ca7b189fd5b9dc8f73f43b1dd46e848270792a588a78cc"
            },
            "downloads": -1,
            "filename": "trytond_carrier-7.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "370ba8bf9fb0e27b0aecdacf2be0eabe",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 32467,
            "upload_time": "2024-04-29T15:38:38",
            "upload_time_iso_8601": "2024-04-29T15:38:38.629013Z",
            "url": "https://files.pythonhosted.org/packages/29/0a/74623c10f1da0cf24a3823855eb4ffe3b6e67e047c8ee221cda4351933fe/trytond_carrier-7.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 15:38:38",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trytond-carrier"
}
        
Elapsed time: 0.24431s