mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Merge remote-tracking branch 'origin/current-docs' into release/0.31
This commit is contained in:
commit
8705e60ab3
@ -15,6 +15,16 @@ importing your data from paperless into docspell.
|
||||
|
||||
The script imports the files and also tags and correspondents.
|
||||
|
||||
{% infobubble(mode="info", title="⚠ Please note") %}
|
||||
|
||||
The script was written some while ago. It currently doesn't work out
|
||||
of the box, but is a good starting point as the issues are most
|
||||
probably fixed by adjusting some api calls. Pull requests are very
|
||||
welcome! See [this
|
||||
issue](https://github.com/eikek/docspell/issues/1241).
|
||||
|
||||
{% end %}
|
||||
|
||||
# Usage
|
||||
|
||||
Copy the script to the machine where paperless is running. Run it with
|
||||
|
@ -73,11 +73,7 @@ corresponding input field is shown asking for values. You can select
|
||||
multiple fields. Only one value is allowed to set per item and field.
|
||||
The example below shows a text field and a money field:
|
||||
|
||||
<div class="columns is-centered">
|
||||
<div class="column">
|
||||
{{ figure(file="custom-fields-03.png") }}
|
||||
</div>
|
||||
</div>
|
||||
{{ figure(file="custom-fields-03.png") }}
|
||||
|
||||
You can create new fields right here without going to the _Manage
|
||||
Data_ page, by clicking the plus icon (1). The format of each field is
|
||||
@ -106,11 +102,7 @@ Adding values for custom fields in
|
||||
The search menu shows the same dropdown for selecting a custom field.
|
||||
Then you can set values that are matched against your items.
|
||||
|
||||
<div class="columns is-centered">
|
||||
<div class="column">
|
||||
{{ figure(file="custom-fields-06.png") }}
|
||||
</div>
|
||||
</div>
|
||||
{{ figure(file="custom-fields-06.png") }}
|
||||
|
||||
Values are also validated in the search form. Only valid values are
|
||||
sent to the server for searching. There is one exception: you can use
|
||||
|
Loading…
x
Reference in New Issue
Block a user