2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Docs refactor (#9545)

* Refactor / reognaize docs structure

* Refactor plugin docs structure

* More refactoring / cleanup

* Update build images

* Gallery updates

* Order images

* Update part docs

* Settings images

* Stock images

* Reitntroduce gallery

* Add custom icon macro

* Update icons

* Cleanup

* Fix link

* Fix internal links

* Revert some page moves

* Fix links

* Fix links
This commit is contained in:
Oliver
2025-04-22 08:18:32 +10:00
committed by GitHub
parent 9b489911e5
commit 6b08e45eac
240 changed files with 964 additions and 831 deletions

View File

@ -12,7 +12,7 @@ title: Release 0.1.5
[#1168](https://github.com/inventree/InvenTree/pull/1168) introduces the concept of *Target Date* for a Build Order. This is the intended completion date for the build. If the date is reached but the build is not yet complete, the build is consider *overdue*.
Refer to the [build documentation](../build/build.md#overdue-builds) for more information.
Refer to the [build documentation](../manufacturing/build.md#overdue-builds) for more information.
### Target Date for Sales Order

View File

@ -24,13 +24,13 @@ Refer to the [report documentation](../report/report.md) for further information
!!! warning "LaTeX Support"
LaTeX report templates are no longer supported for a number of technical and ideological reasons
[#1292](https://github.com/inventree/InvenTree/pull/1292) adds support for build order / work order reports. Refer to the [report documentation](../report/templates.md) for further information.
[#1292](https://github.com/inventree/InvenTree/pull/1292) adds support for build order / work order reports. Refer to the [report documentation](../report/index.md) for further information.
### Inherited BOM Items
[#1313](https://github.com/inventree/InvenTree/pull/1313) adds support for inherited BOM items, allowing greater flexibility for Bill of Materials management when combined with the Template / Variant part system.
Refer to the [BOM documentation](../build/bom.md) for further information.
Refer to the [BOM documentation](../manufacturing/bom.md) for further information.
### Stock Item Packaging

View File

@ -31,7 +31,7 @@ Label printing functionality has been simplified and brought into line with the
### API Permissions
[#1363](https://github.com/inventree/InvenTree/pull/1363) enforces user role permissions onto the REST API endpoints. Authenticated users can now only perform REST actions which align with their allocated role(s). Refer to the [API documentation](../api/api.md#authorization) for further information.
[#1363](https://github.com/inventree/InvenTree/pull/1363) enforces user role permissions onto the REST API endpoints. Authenticated users can now only perform REST actions which align with their allocated role(s). Refer to the [API documentation](../api/index.md#authorization) for further information.
### Query Pagination

View File

@ -29,7 +29,7 @@ title: Release 0.1.8
### Assign by Serial Number
[#1426](https://github.com/inventree/InvenTree/pull/1426) introduces a new feature which allows stock items to be allocated to a sales order using serial number references. This provides a much more streamlined user experience. Refer to the [sales order documentation](../order/sales_order.md) for further information.
[#1426](https://github.com/inventree/InvenTree/pull/1426) introduces a new feature which allows stock items to be allocated to a sales order using serial number references. This provides a much more streamlined user experience. Refer to the [sales order documentation](../sales/sales_order.md) for further information.
## Major Bug Fixes

View File

@ -26,7 +26,7 @@ sourcing information for a part. Soon, InvenTree will allow the use of
manufacturer data directly in purchase orders.
Details on how to create and manage manufacturer parts were added
[here](../order/company.md#add-manufacturer-part)
[here](../purchasing/manufacturer.md#add-manufacturer-part)
### URL-style QR Code for StockItem

View File

@ -26,7 +26,7 @@ title: Release 0.2.2
### Build Order Improvements
[#1492](https://github.com/inventree/InvenTree/pull/1492) drastically improves the build order process, streamlining the stock allocation process and providing a more intuitive user experience. Refer to the [build order documentation](../build/build.md) for further information.
[#1492](https://github.com/inventree/InvenTree/pull/1492) drastically improves the build order process, streamlining the stock allocation process and providing a more intuitive user experience. Refer to the [build order documentation](../manufacturing/build.md) for further information.
### Javascript Translation

View File

@ -15,7 +15,7 @@ A few highlights for this release:
- A major UI overhaul
- A new / improved plugin ecosystem
If you are as excited as we are [set up your own instance](https://inventree.readthedocs.io/en/latest/start/intro/), check out the [demo](https://inventree.readthedocs.io/en/latest/demo/) or browse the [documentation](https://inventree.readthedocs.io/en/latest/)!
If you are as excited as we are set up your own instance, check out the [demo](https://inventree.readthedocs.io/en/latest/demo/) or browse the [documentation](https://inventree.readthedocs.io/en/latest/)!
### Release Survey

View File

@ -8,7 +8,7 @@ title: Release 0.7.0
### Plugins
In addition to providing a slew of new features and stability improvements (as listed below), this version focuses heavily on improvements to the [plugin system](../extend/plugins.md). The plugin ecosystem has received a major overhaul, and now provides a number of new plugin "mixins" for supporting custom functionality. The plugin system will continue to receive attention over the next major release cycle.
In addition to providing a slew of new features and stability improvements (as listed below), this version focuses heavily on improvements to the [plugin system](../plugins/index.md). The plugin ecosystem has received a major overhaul, and now provides a number of new plugin "mixins" for supporting custom functionality. The plugin system will continue to receive attention over the next major release cycle.
!!! warning "Plugin Changes"

View File

@ -14,7 +14,7 @@ title: Release 0.8.0
### Shipment Features
[#3058](https://github.com/inventree/InvenTree/pull/3058) implements new data fields for the [Sales Order Shipment](../order/sales_order.md#sales-order-shipments).
[#3058](https://github.com/inventree/InvenTree/pull/3058) implements new data fields for the [Sales Order Shipment](../sales/sales_order.md#sales-order-shipments).
### Calendar Displays

View File

@ -10,14 +10,14 @@ The InvenTree project follows a formalized release numbering scheme, according t
The head of the *stable* code branch represents the most recent stable tagged release of InvenTree.
!!! info "<span class='fab fa-docker'></span> Stable Docker"
!!! info "{{ icon("brand-docker") }} Stable Docker"
To pull down the latest *stable* release of InvenTree in docker, use `inventree/inventree:stable`
### Development Branch
The head of the *master* code branch represents the "latest and greatest" working codebase. All features and bug fixes are merged into the master branch, in addition to relevant stable release branches.
!!! info "<span class='fab fa-docker'></span> Latest Docker"
!!! info "{{ icon("brand-docker") }} Latest Docker"
To pull down the latest *development* version of InvenTree in docker, use `inventree/inventree:latest`
## Stable Releases