InvenTree/README.md

23 lines
1.8 KiB
Markdown
Raw Normal View History

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Build Status](https://travis-ci.org/inventree/InvenTree.svg?branch=master)](https://travis-ci.org/inventree/InvenTree) [![Documentation Status](https://readthedocs.org/projects/inventree/badge/?version=latest)](https://inventree.readthedocs.io/en/latest/?badge=latest) [![Coverage Status](https://coveralls.io/repos/github/inventree/InvenTree/badge.svg)](https://coveralls.io/github/inventree/InvenTree)
2017-03-23 23:55:24 +00:00
2019-08-15 12:01:57 +00:00
<img src="images/logo/inventree.png" alt="InvenTree" width="128"/>
# InvenTree
2017-04-11 07:36:51 +00:00
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.
2019-05-09 21:40:08 +00:00
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.
2019-05-09 21:40:08 +00:00
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
2019-05-12 10:48:50 +00:00
For InvenTree documentation, refer to the [user documentation](https://inventree.github.io).
## Code Documentation
2019-05-12 10:48:50 +00:00
For project code documentation, refer to the [developer documentation](http://inventree.readthedocs.io/en/latest/) (auto-generated)
## Getting Started
2019-05-05 10:21:45 +00:00
Refer to the [getting started guide](https://inventree.readthedocs.io/en/latest/start.html) for installation and setup instructions.