mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Merge pull request #31 from denilsonsa/patch-4
Clarifying documentation on filename placeholders
This commit is contained in:
commit
1e58b0c43e
@ -221,14 +221,14 @@ Paperless provides the following placeholders withing filenames:
|
|||||||
* ``{document_type}``: The name of the document type, or "none".
|
* ``{document_type}``: The name of the document type, or "none".
|
||||||
* ``{tag_list}``: A comma separated list of all tags assigned to the document.
|
* ``{tag_list}``: A comma separated list of all tags assigned to the document.
|
||||||
* ``{title}``: The title of the document.
|
* ``{title}``: The title of the document.
|
||||||
* ``{created}``: The full date and time the document was created.
|
* ``{created}``: The full date (ISO format) the document was created.
|
||||||
* ``{created_year}``: Year created only.
|
* ``{created_year}``: Year created only.
|
||||||
* ``{created_month}``: Month created only (number 1-12).
|
* ``{created_month}``: Month created only (number 01-12).
|
||||||
* ``{created_day}``: Day created only (number 1-31).
|
* ``{created_day}``: Day created only (number 01-31).
|
||||||
* ``{added}``: The full date and time the document was added to paperless.
|
* ``{added}``: The full date (ISO format) the document was added to paperless.
|
||||||
* ``{added_year}``: Year added only.
|
* ``{added_year}``: Year added only.
|
||||||
* ``{added_month}``: Month added only (number 1-12).
|
* ``{added_month}``: Month added only (number 01-12).
|
||||||
* ``{added_day}``: Day added only (number 1-31).
|
* ``{added_day}``: Day added only (number 01-31).
|
||||||
|
|
||||||
|
|
||||||
Paperless will try to conserve the information from your database as much as possible.
|
Paperless will try to conserve the information from your database as much as possible.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user