Go to file
Oliver 55fdcc8cf7
Merge pull request #435 from SchrodingersGat/bom-output
Include supplier information in BOM
2019-08-07 09:17:19 +10:00
docs Update installation routine and docs 2019-08-01 20:07:06 +10:00
images/logo Update logo colours 2019-04-18 09:16:16 +10:00
InvenTree Include supplier information in BOM 2019-08-07 09:12:53 +10:00
.coveragerc Ignore some more files 2019-06-17 22:45:01 +10:00
.gitattributes Added gitattributes file 2017-03-29 23:45:27 +11:00
.gitignore Example gunicorn conf file 2019-07-11 23:57:07 +10:00
.readthedocs.yml Update the .readthedocs.yml file 2019-04-27 17:57:00 +10:00
.travis.yml Fix the travis script to prevent requesting user input 2019-08-02 22:32:21 +10:00
LICENSE Rename LICENSE2 to LICENSE 2017-03-29 23:53:52 +11:00
Makefile Makefile: add .PHONY targets 2019-08-02 06:45:01 +01:00
README.md Link README.md to the github.io page 2019-05-12 20:48:50 +10:00
requirements.txt Update requred django version for security reasons 2019-08-06 18:40:54 +10:00
setup.cfg no message 2019-06-24 00:06:41 +10:00

License: MIT Build Status Documentation Status Coverage Status

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.

Code Documentation

For project code documentation, refer to the developer documentation (auto-generated)

Getting Started

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