Add entry point for order documentation

This commit is contained in:
Oliver Walters 2019-06-15 17:13:28 +10:00
parent bbd6b15089
commit e28a435c07

View File

@ -11,6 +11,7 @@ InvenTree Modules
docs/build/index docs/build/index
docs/company/index docs/company/index
docs/part/index docs/part/index
docs/order/index
docs/stock/index docs/stock/index
The InvenTree Django ecosystem provides the following 'apps' for core functionality: The InvenTree Django ecosystem provides the following 'apps' for core functionality:
@ -19,4 +20,5 @@ The InvenTree Django ecosystem provides the following 'apps' for core functional
* `Build <docs/build/index.html>`_ - Part build projects * `Build <docs/build/index.html>`_ - Part build projects
* `Company <docs/company/index.html>`_ - Company management (suppliers / customers) * `Company <docs/company/index.html>`_ - Company management (suppliers / customers)
* `Part <docs/part/index.html>`_ - Part management * `Part <docs/part/index.html>`_ - Part management
* `Order <docs/order/index.html>`_ - Order management
* `Stock <docs/stock/index.html>`_ - Stock management * `Stock <docs/stock/index.html>`_ - Stock management