From 1b6a9d3816fafe5d760dbed8462adbd40b2a2b8b Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 4 Aug 2025 23:45:50 -0400 Subject: [PATCH] Add info buttons for core metadata items --- docs/usage.md | 3 +++ .../manage/management-list/management-list.component.html | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 7673a77dd..6f332396d 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -30,6 +30,9 @@ Each document has data fields that you can assign to them: - A _document type_ is used to demarcate the type of a document such as letter, bank statement, invoice, contract, etc. It is used to identify what a document is about. +- The document _storage path_ is the location where the document files + are stored. See [Storage Paths](advanced_usage.md#storage-paths) for + more information. - The _date added_ of a document is the date the document was scanned into paperless. You cannot and should not change this date. - The _date created_ of a document is the date the document was diff --git a/src-ui/src/app/components/manage/management-list/management-list.component.html b/src-ui/src/app/components/manage/management-list/management-list.component.html index 82fd8502c..6375a3667 100644 --- a/src-ui/src/app/components/manage/management-list/management-list.component.html +++ b/src-ui/src/app/components/manage/management-list/management-list.component.html @@ -1,4 +1,5 @@ - + +