mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
InvenTree
ci
docs
_static
templates
Makefile
conf.py
forms.rst
index.rst
make.bat
modules.rst
reference.rst
requirements.txt
rest.rst
tables.rst
translate.rst
images
.coveragerc
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE
README.md
requirements.txt
setup.cfg
tasks.py
26 lines
808 B
ReStructuredText
26 lines
808 B
ReStructuredText
InvenTree Modules
|
|
=================
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:maxdepth: 2
|
|
:caption: App Modules
|
|
:hidden:
|
|
|
|
docs/InvenTree/index
|
|
docs/build/index
|
|
docs/common/index
|
|
docs/company/index
|
|
docs/part/index
|
|
docs/order/index
|
|
docs/stock/index
|
|
|
|
The InvenTree Django ecosystem provides the following 'apps' for core functionality:
|
|
|
|
* `InvenTree <docs/InvenTree/index.html>`_ - High level management functions
|
|
* `Build <docs/build/index.html>`_ - Part build projects
|
|
* `Common <docs/common/index.html>`_ - Common modules used by various apps
|
|
* `Company <docs/company/index.html>`_ - Company management (suppliers / customers)
|
|
* `Part <docs/part/index.html>`_ - Part management
|
|
* `Order <docs/order/index.html>`_ - Order management
|
|
* `Stock <docs/stock/index.html>`_ - Stock management |