Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.35 KB

README.md

File metadata and controls

47 lines (25 loc) · 1.35 KB

License: MIT PyPI PEP

InvenTree Test Statistics Plugin

An InvenTree plugin for generating and viewing statistical test data.

Description

... TODO ...

Installation

Via User Interface

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

... TODO ...

Via Pip

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

pip install -U inventree-test-statistics

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:

... TODO ...

Contributing

Backend

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

Frontend

Frontend code is written in JavaScript, and is located in the frontend directory. Read the frontend README for more information.