mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Merge remote-tracking branch 'origin/current-docs' into release/0.31
This commit is contained in:
@ -15,6 +15,16 @@ importing your data from paperless into docspell.
|
|||||||
|
|
||||||
The script imports the files and also tags and correspondents.
|
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
|
# Usage
|
||||||
|
|
||||||
Copy the script to the machine where paperless is running. Run it with
|
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.
|
multiple fields. Only one value is allowed to set per item and field.
|
||||||
The example below shows a text field and a money field:
|
The example below shows a text field and a money field:
|
||||||
|
|
||||||
<div class="columns is-centered">
|
{{ figure(file="custom-fields-03.png") }}
|
||||||
<div class="column">
|
|
||||||
{{ figure(file="custom-fields-03.png") }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
You can create new fields right here without going to the _Manage
|
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
|
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.
|
The search menu shows the same dropdown for selecting a custom field.
|
||||||
Then you can set values that are matched against your items.
|
Then you can set values that are matched against your items.
|
||||||
|
|
||||||
<div class="columns is-centered">
|
{{ figure(file="custom-fields-06.png") }}
|
||||||
<div class="column">
|
|
||||||
{{ figure(file="custom-fields-06.png") }}
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
Values are also validated in the search form. Only valid values are
|
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
|
sent to the server for searching. There is one exception: you can use
|
||||||
|
Reference in New Issue
Block a user