inventree-order-history


Nameinventree-order-history JSON
Version 0.4.1 PyPI version JSON
download
home_pagehttps://github.com/inventree/inventree-order-history
SummaryOrder history plugin for InvenTree
upload_time2024-11-16 04:08:18
maintainerNone
docs_urlNone
authorOliver Walters
requires_python>=3.9
licenseMIT
keywords inventree inventory
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI](https://img.shields.io/pypi/v/inventree-order-history)](https://pypi.org/project/inventree-order-history/)
![PEP](https://github.com/inventree/inventree-order-history/actions/workflows/pep.yaml/badge.svg)


# InvenTree Order History

An [InvenTree](https://inventree.org) plugin for generating historical ordering data.

This plugin provides a number of tools for generating historical ordering data, which can be displayed dynamically in the user interface, or exported to a file for further processing.

## Description

The *Order History* plugin provides historical order information in a number of different contexts throughout the user interface:

| Context | Screenshot |
| --- | --- |
| All Build Orders | ![Build Order History](docs/img/build_history.png) |
| All Purchase Orders | ![Purchase Order History](docs/img/purchase_history.png) |
| Sales Orders for a specific Part | ![Sales Order History](docs/img/widget_sales_history.png) |

## Installation

### Via User Interface

The simplest way to install this plugin is from the InvenTree plugin interface. Enter the plugin name (`inventree-order-history`) and click the `Install` button:

![Install Plugin](docs/img/install.png)

### Via Pip

Alternatively, the plugin can be installed manually from the command line via `pip`:

```bash
pip install -U inventree-order-history
```

*Note: After the plugin is installed, it must be activated via the InvenTree plugin interface.*

## Configuration

The plugin can be configured via the InvenTree plugin interface. The following settings are available:

| Setting | Description |
| --- | --- |
| Build Order History | Enable display of build order history information |
| Purchase Order History | Enable display of purchase order history information |
| Sales Order History | Enable display of sales order history information |
| Return Order History | Enable display of return order history information |
| Allowed Group | Specify a group which is allowed to view order history information. Leave blank to allow all users to view order history information. |

![Plugin Settings](docs/img/settings.png)

## Contributing

### Backend

Backend code is written in Python, and is located in the `order_history` directory.

### Frontend

Frontend code is written in JavaScript, and is located in the `frontend` directory. Read the [frontend README](frontend/README.md) for more information.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/inventree/inventree-order-history",
    "name": "inventree-order-history",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "inventree inventory",
    "author": "Oliver Walters",
    "author_email": "oliver.henry.walters@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/13/fa/854372a094a22de34f871bac6c575c1cfd1171b96de86b2fe02782bd348c/inventree-order-history-0.4.1.tar.gz",
    "platform": null,
    "description": "[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![PyPI](https://img.shields.io/pypi/v/inventree-order-history)](https://pypi.org/project/inventree-order-history/)\n![PEP](https://github.com/inventree/inventree-order-history/actions/workflows/pep.yaml/badge.svg)\n\n\n# InvenTree Order History\n\nAn [InvenTree](https://inventree.org) plugin for generating historical ordering data.\n\nThis plugin provides a number of tools for generating historical ordering data, which can be displayed dynamically in the user interface, or exported to a file for further processing.\n\n## Description\n\nThe *Order History* plugin provides historical order information in a number of different contexts throughout the user interface:\n\n| Context | Screenshot |\n| --- | --- |\n| All Build Orders | ![Build Order History](docs/img/build_history.png) |\n| All Purchase Orders | ![Purchase Order History](docs/img/purchase_history.png) |\n| Sales Orders for a specific Part | ![Sales Order History](docs/img/widget_sales_history.png) |\n\n## Installation\n\n### Via User Interface\n\nThe simplest way to install this plugin is from the InvenTree plugin interface. Enter the plugin name (`inventree-order-history`) and click the `Install` button:\n\n![Install Plugin](docs/img/install.png)\n\n### Via Pip\n\nAlternatively, the plugin can be installed manually from the command line via `pip`:\n\n```bash\npip install -U inventree-order-history\n```\n\n*Note: After the plugin is installed, it must be activated via the InvenTree plugin interface.*\n\n## Configuration\n\nThe plugin can be configured via the InvenTree plugin interface. The following settings are available:\n\n| Setting | Description |\n| --- | --- |\n| Build Order History | Enable display of build order history information |\n| Purchase Order History | Enable display of purchase order history information |\n| Sales Order History | Enable display of sales order history information |\n| Return Order History | Enable display of return order history information |\n| Allowed Group | Specify a group which is allowed to view order history information. Leave blank to allow all users to view order history information. |\n\n![Plugin Settings](docs/img/settings.png)\n\n## Contributing\n\n### Backend\n\nBackend code is written in Python, and is located in the `order_history` directory.\n\n### Frontend\n\nFrontend code is written in JavaScript, and is located in the `frontend` directory. Read the [frontend README](frontend/README.md) for more information.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Order history plugin for InvenTree",
    "version": "0.4.1",
    "project_urls": {
        "Homepage": "https://github.com/inventree/inventree-order-history"
    },
    "split_keywords": [
        "inventree",
        "inventory"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba6295325b1a1b5bda94330479a2385cc77285d860ddd11a46ebf85fc0b415de",
                "md5": "0dfeea87d64bdfe30b9c7bdee87e4198",
                "sha256": "eb6ee1a4ab4e2846551c37cd3a0204556648caea292e297d19a75836deaa37fb"
            },
            "downloads": -1,
            "filename": "inventree_order_history-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0dfeea87d64bdfe30b9c7bdee87e4198",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 239755,
            "upload_time": "2024-11-16T04:08:16",
            "upload_time_iso_8601": "2024-11-16T04:08:16.916274Z",
            "url": "https://files.pythonhosted.org/packages/ba/62/95325b1a1b5bda94330479a2385cc77285d860ddd11a46ebf85fc0b415de/inventree_order_history-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13fa854372a094a22de34f871bac6c575c1cfd1171b96de86b2fe02782bd348c",
                "md5": "7387df5da5489150c7ded3a3407fe952",
                "sha256": "39f6648626fb56ad3eeaa1710eb6ecba732e0ebd4d5555d5a2bf04f2fe380293"
            },
            "downloads": -1,
            "filename": "inventree-order-history-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7387df5da5489150c7ded3a3407fe952",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 237706,
            "upload_time": "2024-11-16T04:08:18",
            "upload_time_iso_8601": "2024-11-16T04:08:18.794474Z",
            "url": "https://files.pythonhosted.org/packages/13/fa/854372a094a22de34f871bac6c575c1cfd1171b96de86b2fe02782bd348c/inventree-order-history-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-16 04:08:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "inventree",
    "github_project": "inventree-order-history",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "inventree-order-history"
}
        
Elapsed time: 2.90645s