trytond-account-tax-rule-country


Nametrytond-account-tax-rule-country JSON
Version 7.2.0 PyPI version JSON
download
home_pagehttp://www.tryton.org/
SummaryTryton module to add countries on tax rules
upload_time2024-04-29 15:37:34
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/d5/60/9eb8ca1903b62ff9d37b1d3bb1a65f0d7fd49e8e20fa63e1209595420a5e/trytond_account_tax_rule_country-7.2.0.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.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",
        "account",
        "tax",
        "rule",
        "country"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61948388fcfc868f240d62c3bd5530655e46decbbe972fdb64a0102b48f64f03",
                "md5": "5d25462d90b68a0ffbf70f5914dde697",
                "sha256": "ca57ca5a97b3220b72f4e027569382e62993514e19801c7f91b5d300d1085856"
            },
            "downloads": -1,
            "filename": "trytond_account_tax_rule_country-7.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5d25462d90b68a0ffbf70f5914dde697",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 36148,
            "upload_time": "2024-04-29T15:37:33",
            "upload_time_iso_8601": "2024-04-29T15:37:33.062470Z",
            "url": "https://files.pythonhosted.org/packages/61/94/8388fcfc868f240d62c3bd5530655e46decbbe972fdb64a0102b48f64f03/trytond_account_tax_rule_country-7.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5609eb8ca1903b62ff9d37b1d3bb1a65f0d7fd49e8e20fa63e1209595420a5e",
                "md5": "7181e2f7ad4440556ea66d7d6ed92f64",
                "sha256": "6f32bad8bf55968ebbe340e05d8612590df236e505475c9f5d7186708bb42625"
            },
            "downloads": -1,
            "filename": "trytond_account_tax_rule_country-7.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7181e2f7ad4440556ea66d7d6ed92f64",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 25995,
            "upload_time": "2024-04-29T15:37:34",
            "upload_time_iso_8601": "2024-04-29T15:37:34.408984Z",
            "url": "https://files.pythonhosted.org/packages/d5/60/9eb8ca1903b62ff9d37b1d3bb1a65f0d7fd49e8e20fa63e1209595420a5e/trytond_account_tax_rule_country-7.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 15:37:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trytond-account-tax-rule-country"
}
        
Elapsed time: 0.23571s