An InvenTree plugin for generating and viewing statistical test data.
... TODO ...
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 ...
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 ...
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.