Go to file
Oliver Walters 6e90ac367e Massaging unit tests
- Decimal fields are useful but VERY ANNOYING to use
- Needed to fix some test cases
2019-11-19 08:59:56 +11:00
ci Add translation hooks for part detail template 2019-09-27 10:12:46 +10:00
docs Add note in contribution file regarding translations 2019-09-27 10:07:34 +10:00
images/logo Update logo colours 2019-04-18 09:16:16 +10:00
InvenTree Massaging unit tests 2019-11-19 08:59:56 +11:00
.coveragerc More build tests 2019-08-15 21:49:40 +10:00
.gitattributes Added gitattributes file 2017-03-29 23:45:27 +11:00
.gitignore Allow for custom url schemes to be specified in the config file 2019-09-14 00:03:13 +10:00
.readthedocs.yml Update the .readthedocs.yml file 2019-04-27 17:57:00 +10:00
.travis.yml Remove test as it is not currently working 2019-09-26 10:55:23 +10:00
CONTRIBUTING.md Add note in contribution file regarding translations 2019-09-27 10:07:34 +10:00
LICENSE Initial commit 2017-03-23 12:44:10 +11:00
Makefile Make translation compilation a separate step 2019-09-26 10:21:14 +10:00
README.md Update readme file and scripts 2019-09-26 10:37:39 +10:00
requirements.txt Lock specific version of coverage 2019-11-05 20:23:15 +11:00
setup.cfg no message 2019-06-24 00:06:41 +10:00

License: MIT Build Status Documentation Status Coverage Status

InvenTree

InvenTree

InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. The core of the InvenTree system is a Python/Django database backend which provides an admin interface (web-based) and a JSON API for interaction with external interfaces and applications.

InvenTree is designed to be lightweight and easy to use for SME or hobbyist applications, where many existing stock management solutions are bloated and cumbersome to use. Updating stock is a single-action process and does not require a complex system of work orders or stock transactions.

However, powerful business logic works in the background to ensure that stock tracking history is maintained, and users have ready access to stock level information.

User Documentation

For InvenTree documentation, refer to the user documentation.

Developer Documentation

For site administrator and project code documentation, refer to the developer documentation. This includes auto-generated documentation of the InvenTree python codebase.

Getting Started

Refer to the getting started guide for installation and setup instructions.