2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-03-12 15:13:34 +00:00

Docs updates (#10912)

- Small tweaks / additions
This commit is contained in:
Oliver
2025-11-26 21:27:13 +11:00
committed by GitHub
parent 0746a1131f
commit 16b600af88
3 changed files with 13 additions and 4 deletions

View File

@@ -9,6 +9,12 @@ If you are struggling with an issue which is not covered in the FAQ above, pleas
Even if you cannot immediately resolve the issue, the information below will be very useful when reporting the issue on GitHub.
## Error Codes
InvenTree uses a system of error codes to help identify specific issues. Each error code is prefixed with `INVE-`, followed by a letter indicating the error type, and a number.
Refer to the [error code documentation](./settings/error_codes.md) for more information on specific error codes.
## Recent Update
If you have recently updated your InvenTree instance, please ensure that you have followed all update instructions carefully. In particular, make sure that you have run any required database migrations using the `invoke update` command.