From bb0b82ddb250a417d7ed2e8f357460f278e62dd8 Mon Sep 17 00:00:00 2001 From: Oliver Date: Thu, 4 Jun 2026 18:44:45 +1000 Subject: [PATCH] Update docs/docs/concepts/notes.md Co-authored-by: Matthias Mair --- docs/docs/concepts/notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/notes.md b/docs/docs/concepts/notes.md index 515b025b6b..463bf444e6 100644 --- a/docs/docs/concepts/notes.md +++ b/docs/docs/concepts/notes.md @@ -7,7 +7,7 @@ title: Notes *Notes* allow free-form rich-text content to be written and stored against a specific object within InvenTree. Notes can be used to record observations, instructions, historical context, or any other information associated with a model instance. !!! note "Business Logic" - Notes are not used for any core business logic within InvenTree. They are intended to provide supplementary documentation and context for objects, which can be useful for reference, communication, or reporting purposes. + Notes are not to be used for any core business logic within InvenTree. They are intended to provide supplementary documentation and context for objects, which can be useful for reference, communication, or reporting purposes. Plugins should not use them for storage and opt for object metadata or custom models instead. Notes can be associated with various InvenTree models, and each model can have multiple notes associated with it. The user interface provides a dedicated "Notes" tab on the detail page of any model that supports notes, allowing users to easily view and manage notes for that object.