2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-13 02:35:29 +00:00

Fixing pretty much every existing internal link.

Sometimes, it pays to RTFD
This commit is contained in:
Oliver Walters
2021-06-10 15:27:55 +10:00
parent 5de7189e5c
commit b072165f75
41 changed files with 102 additions and 100 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/#overdue-builds) for more information.
Refer to the [build documentation](../build/build.md#overdue-builds) for more information.
### Target Date for Sales Order
@ -29,7 +29,7 @@ Refer to the [build documentation](../../build/build/#overdue-builds) for more i
### Stock Ownership
[#1155](https://github.com/inventree/InvenTree/pull/1155) adds ownership to stock locations and items. Ownership allows control over which user group or individual user can edit and manage specific stock locations and items.
For further information, refer to the [ownership documentation](../../stock/owner).
For further information, refer to the [ownership documentation](../stock/owner.md).
### Calendar Views
@ -41,7 +41,7 @@ For further information, refer to the [ownership documentation](../../stock/owne
### Improved Label Printing
[#1212](https://github.com/inventree/InvenTree/pull/1212) significantly improves the existing label printing functionality. Documentation for the new label printing system [can be found here](../../report/labels).
[#1212](https://github.com/inventree/InvenTree/pull/1212) significantly improves the existing label printing functionality. Documentation for the new label printing system [can be found here](../report/labels.md).
### Improved Report Printing

View File

@ -19,18 +19,18 @@ Support for report templates has been greatly improved, moving towards "out of t
- Adjustable page size for generated reports
- Debug mode (renders reports as simple HTML files)
Refer to the [report documentation](../../report/report) for further information.
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 [build report documentation](../../report/build) for further information.
[#1292](https://github.com/inventree/InvenTree/pull/1292) adds support for build order / work order reports. Refer to the [build report documentation](../report/build.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) for further information.
Refer to the [BOM documentation](../build/bom.md) for further information.
### Stock Item Packaging

View File

@ -15,7 +15,7 @@ Label printing functionality has been simplified and brought into line with the
[#1342](https://github.com/inventree/InvenTree/pull/1342) represents a significant refactor of the label printing code.
!!! info "More Information"
Refer to the [label printing documentation](../../report/labels) for further details.
Refer to the [label printing documentation](../report/labels.md) for further details.
### Display Sub Builds
@ -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](../../extend/api/#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](../extend/api.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](../../companies/so/) 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](../companies/so.md) for further information.
## Major Bug Fixes

View File

@ -12,10 +12,10 @@ This release adds a "background worker" - a separately managed process which all
This feature is critical for the InvenTree development path, allowing (in future releases) for complex tasks to be handled, such as email support, automatic report generation, and integration with third party services.
For more information on the background worker, refer to the [background tasks documentation](../../admin/tasks).
For more information on the background worker, refer to the [background tasks documentation](../admin/tasks.md).
!!! info "Installation"
Instructions for managing the background worker process are included in the [installation guide](../../start/install).
Instructions for managing the background worker process are included in the [installation guide](../start/install.md).
!!! warning "Upgrading"
If you are upgrading your InvenTree installation from an older version, you will need to ensure that you are also now running the background worker process!
@ -31,4 +31,4 @@ To simplify this, an official InvenTree docker image is available on [DockerHub]
!!! success "Docker Is the Way"
Docker is now the recommended way to install InvenTree
Refer to the [docker setup guide](../../start/docker) for further information!
Refer to the [docker setup guide](../start/docker.md) for further information!

View File

@ -26,13 +26,13 @@ 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](../../companies/manufacturer/#add-manufacturer-part).
[here](../companies/manufacturer.md#add-manufacturer-part).
### URL-style QR Code for StockItem
[#1462](https://github.com/inventree/InvenTree/pull/1417) adds the ability to
create a QR code containing the URL of a StockItem, which can be opened directly
on a portable device using the camera or a QR code scanner. More details [here](../../report/labels#url-style-qr-code).
on a portable device using the camera or a QR code scanner. More details [here](../report/labels.md#url-style-qr-code).
## Major Bug Fixes

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) 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](../build/build.md) for further information.
### Javascript Translation
@ -58,7 +58,7 @@ title: Release 0.2.2
[#1600](https://github.com/inventree/InvenTree/pull/1600) adds a settings page for managing currency conversion, and provides support for manual currency exchange rate input
For more information refer to the [pricing documentation](../../part/pricing).
For more information refer to the [pricing documentation](../part/pricing.md).
## Major Bug Fixes

View File

@ -8,15 +8,15 @@ For information on the latest and greatest InvenTree features, refer to the rele
| Release | Date |
| ------- | ---- |
| [0.2.3](../0.2.3) | *In Developement* |
| [0.2.2](../0.2.2) | May 2021 |
| [0.2.1](../0.2.1) | April 2021 |
| [0.2.0](../0.2.0) | April 2021 |
| [0.1.8](../0.1.8) | April 2021 |
| [0.1.7](../0.1.7) | March 2021 |
| [0.1.6](../0.1.6) | February 2021 |
| [0.1.5](../0.1.5) | January 2021 |
| [0.1.4](../0.1.4) | November 2020 |
| [0.2.3](./0.2.3.md) | *In Developement* |
| [0.2.2](./0.2.2.md) | May 2021 |
| [0.2.1](./0.2.1.md) | April 2021 |
| [0.2.0](./0.2.0.md) | April 2021 |
| [0.1.8](./0.1.8.md) | April 2021 |
| [0.1.7](./0.1.7.md) | March 2021 |
| [0.1.6](./0.1.6.md) | February 2021 |
| [0.1.5](./0.1.5.md) | January 2021 |
| [0.1.4](./0.1.4.md) | November 2020 |
## Upcoming Features