]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Add info buttons for core metadata items more-info-btns
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 5 Aug 2025 03:45:50 +0000 (23:45 -0400)
committershamoon <4887959+shamoon@users.noreply.github.com>
Tue, 5 Aug 2025 03:45:50 +0000 (23:45 -0400)
docs/usage.md
src-ui/src/app/components/manage/management-list/management-list.component.html

index 7673a77dd56f7077b451ae11467a9cbd4b144ad3..6f332396d5b9057472534097021521b7b5541653 100644 (file)
@@ -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
index 82fd8502c9db1eb19a59d34bbfcd6e21bf9ede38..6375a36673c414430b4db210d26b67d19739fdd8 100644 (file)
@@ -1,4 +1,5 @@
-<pngx-page-header title="{{ typeNamePlural | titlecase }}">
+<pngx-page-header title="{{ typeNamePlural | titlecase }}" info="View, add, edit and delete {{ typeNamePlural }}." infoLink="usage/#terms-and-definitions">
+
   <button class="btn btn-sm btn-outline-secondary" (click)="clearSelection()" [hidden]="selectedObjects.size === 0">
     <i-bs  name="x"></i-bs>&nbsp;<ng-container i18n>Clear selection</ng-container>
     </button>