An InvenTree plugin for generating and viewing statistical test data.
The Test Statistics plugin provides a number of tools for generating and viewing statistical test data, which can be displayed dynamically in the user interface, or exported to a file for further processing.
Test statistics can be generated for a particular part, or for a selected build order.
Context | Screenshot |
---|---|
Test for a part (including variants) |
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:
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.
The plugin can be configured via the InvenTree plugin interface. The following settings are available:
TODO: No plugin settings are currently available
Backend code is written in Python, and is located in the test_statistics
directory.
Frontend code is written in JavaScript, and is located in the frontend
directory. Read the frontend README for more information.