Update custom fields docs with data types

This commit is contained in:
shamoon 2023-11-04 09:53:51 -07:00
parent 3b5ed5e48e
commit bf9954152e

View File

@ -344,6 +344,16 @@ Paperless-ngx provides.
Multiple fields may be attached to a document but the same field name cannot be assigned multiple times to the a single document. Multiple fields may be attached to a document but the same field name cannot be assigned multiple times to the a single document.
The following custom field types are supported:
- `Text`: any text
- `Boolean`: true / false (check / unchecked) field
- `Date`: date
- `URL`: a valid url
- `Integer`: integer number e.g. 12
- `Number`: float number e.g. 12.3456
- `Monetary`: float number with exactly two decimals, e.g. 12.30
## Best practices {#basic-searching} ## Best practices {#basic-searching}
Paperless offers a couple tools that help you organize your document Paperless offers a couple tools that help you organize your document