trytond-account-tax-rule-country


Nametrytond-account-tax-rule-country JSON
Version 7.2.1 PyPI version JSON
download
home_pagehttp://www.tryton.org/
SummaryTryton module to add countries on tax rules
upload_time2024-09-01 12:01:24
maintainerNone
docs_urlNone
authorTryton
requires_python>=3.8
licenseGPL-3
keywords tryton account tax rule country
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Account Tax Rule Country
########################

The account_tax_rule module extends the tax rule to add origin and destination
countries and subdivisions as criteria.

Tax Rule Line
*************

Four criteria fields are added:

- From Country: The country of origin
- From Subdivision: The subdivision of origin
- To Country: The country of destination
- To Subdivision: The subdivision of destination

The countries are picked from the origin document:

- Sale:

  - The origin country and subdivision come from the address of the warehouse.
  - The destination country and subdivision come from the shipping address.

- Purchase:

  - The origin country and subdivision come from the invoice address.
  - The destination country and subdivision come from the address of the warehouse.

- Stock Consignment:

  - The origin country and subdivision come from the warehouse's address of the
    location or the delivery address for returned customer shipment.
  - The destination country and subdivision come from the warehouse's address
    of the location or the delivery address for customer shipment.

            

Raw data

            {
    "_id": null,
    "home_page": "http://www.tryton.org/",
    "name": "trytond-account-tax-rule-country",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "tryton account tax rule country",
    "author": "Tryton",
    "author_email": "foundation@tryton.org",
    "download_url": "https://files.pythonhosted.org/packages/fb/96/9e6bdde7524ee45381c303f14ec1733650b52cbf9dff845e92b87912157f/trytond_account_tax_rule_country-7.2.1.tar.gz",
    "platform": null,
    "description": "Account Tax Rule Country\n########################\n\nThe account_tax_rule module extends the tax rule to add origin and destination\ncountries and subdivisions as criteria.\n\nTax Rule Line\n*************\n\nFour criteria fields are added:\n\n- From Country: The country of origin\n- From Subdivision: The subdivision of origin\n- To Country: The country of destination\n- To Subdivision: The subdivision of destination\n\nThe countries are picked from the origin document:\n\n- Sale:\n\n  - The origin country and subdivision come from the address of the warehouse.\n  - The destination country and subdivision come from the shipping address.\n\n- Purchase:\n\n  - The origin country and subdivision come from the invoice address.\n  - The destination country and subdivision come from the address of the warehouse.\n\n- Stock Consignment:\n\n  - The origin country and subdivision come from the warehouse's address of the\n    location or the delivery address for returned customer shipment.\n  - The destination country and subdivision come from the warehouse's address\n    of the location or the delivery address for customer shipment.\n",
    "bugtrack_url": null,
    "license": "GPL-3",
    "summary": "Tryton module to add countries on tax rules",
    "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",
        "account",
        "tax",
        "rule",
        "country"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28abe6d6601868803dac0ede769347d317969fc1b548d8cbfd07fa5900a6a8d8",
                "md5": "8e3d6984af54918d3a26284e5b1d614e",
                "sha256": "650a6a731c45341560d0887a058cdc148ecad354ff0219307879aab7a5978091"
            },
            "downloads": -1,
            "filename": "trytond_account_tax_rule_country-7.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8e3d6984af54918d3a26284e5b1d614e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 35563,
            "upload_time": "2024-09-01T12:01:22",
            "upload_time_iso_8601": "2024-09-01T12:01:22.604547Z",
            "url": "https://files.pythonhosted.org/packages/28/ab/e6d6601868803dac0ede769347d317969fc1b548d8cbfd07fa5900a6a8d8/trytond_account_tax_rule_country-7.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb969e6bdde7524ee45381c303f14ec1733650b52cbf9dff845e92b87912157f",
                "md5": "00a2a01a4b29bebfab7c3ce03d783d26",
                "sha256": "ff43ad40a6b585094be7662c9c905cac43f3480153040f223fdbbacd23d8924c"
            },
            "downloads": -1,
            "filename": "trytond_account_tax_rule_country-7.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "00a2a01a4b29bebfab7c3ce03d783d26",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 25752,
            "upload_time": "2024-09-01T12:01:24",
            "upload_time_iso_8601": "2024-09-01T12:01:24.650659Z",
            "url": "https://files.pythonhosted.org/packages/fb/96/9e6bdde7524ee45381c303f14ec1733650b52cbf9dff845e92b87912157f/trytond_account_tax_rule_country-7.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-01 12:01:24",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trytond-account-tax-rule-country"
}
        
Elapsed time: 0.64270s