36 Commits

Author SHA1 Message Date
Trenton H
28d50d5c36 Integrates an optional starting of Flower into the Docker image 2022-10-24 09:17:38 -07:00
Trenton H
72977db4ac Fixes the linting issue 2022-09-26 09:15:22 -07:00
janis-ax
3841fab56a Update docs/advanced_usage.rst
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2022-09-26 09:06:36 -07:00
janis-ax
341efd2374 Improve docs with exampe
Filename ending comes automatically
2022-09-26 09:06:36 -07:00
Trenton Holmes
fd23599856 Also provide the original file name to the post consumption script 2022-08-21 16:16:28 -07:00
ziprandom
b389b50fd5 POST_CONSUME_SCRIPT: add documents archive_path 2022-06-22 14:00:20 +00:00
ziprandom
8019cf145e POST_CONSUME_SCRIPT: add document dates to env 2022-06-22 13:58:16 +00:00
ziprandom
910b9a4888 use env variables in pre-|post-consume scripts
+ instead of positional arguments because it's easier to use in the
shell script and easier to read in the python code.
2022-06-22 13:56:59 +00:00
Markus
dd3b5c129c Feature: Dynamic document storage pathes (#916)
* Added devcontainer

* Add feature storage pathes

* Exclude tests and add versioning

* Check escaping

* Check escaping

* Check quoting

* Echo

* Escape

* Escape :

* Double escape \

* Escaping

* Remove if

* Escape colon

* Missing \

* Esacpe :

* Escape all

* test

* Remove sed

* Fix exclude

* Remove SED command

* Add LD_LIBRARY_PATH

* Adjusted to v1.7

* Updated test-cases

* Remove devcontainer

* Removed internal build-file

* Run pre-commit

* Corrected flak8 error

* Adjusted to v1.7

* Updated test-cases

* Corrected flak8 error

* Adjusted to new plural translations

* Small adjustments due to code-review backend

* Adjusted line-break

* Removed PAPERLESS prefix from settings variables

* Corrected style change due to search+replace

* First documentation draft

* Revert changes to Pipfile

* Add sphinx-autobuild with keep-outdated

* Revert merge error that results in wrong storage path is evaluated

* Adjust styles of generated files ...

* Adds additional testing to cover dynamic storage path functionality

* Remove unnecessary condition

* Add hint to edit storage path dialog

* Correct spelling of pathes to paths

* Minor documentation tweaks

* Minor typo

* improving wrapping of filter editor buttons with new storage path button

* Update .gitignore

* Fix select border radius in non input-groups

* Better storage path edit hint

* Add note to edit storage path dialog re document_renamer

* Add note to bulk edit storage path re document_renamer

* Rename FILTER_STORAGE_DIRECTORY to PATH

* Fix broken filter rule parsing

* Show default storage if unspecified

* Remove note re storage path on bulk edit

* Add basic validation of filename variables

Co-authored-by: Markus Kling <markus@markus-kling.net>
Co-authored-by: Trenton Holmes <holmes.trenton@gmail.com>
Co-authored-by: Michael Shamoon <4887959+shamoon@users.noreply.github.com>
Co-authored-by: Quinn Casey <quinn@quinncasey.com>
2022-05-19 14:42:25 -07:00
Quinn Casey
e66f0c7fe4 Merge branch 'main' into beta 2022-04-13 08:13:32 -07:00
Adrian Lumpe
b8df886b3e corrects some spelling mistakes in docs 2022-04-13 15:39:49 +02:00
fantasticle
c4fbc37858 Update docs/advanced_usage.rst
Co-authored-by: Felix E <felix@eckhofer.com>
2022-04-02 18:25:56 +02:00
Fantasticle
8a0ed89ad6 update name from master to main 2022-04-02 18:19:11 +02:00
fantasticle
b068dfea10 fix 404 for post-consumption-example
still pointed to jonas' repository
2022-04-02 15:56:03 +02:00
Fantasticle
f36fceb4d0 fix link for post-consumption-example, 404d to jonas 2022-04-02 15:52:32 +02:00
Michael Shamoon
e83a027adc Fix minor sphinx errors 2022-03-13 17:48:17 -07:00
Michael Shamoon
aec5c8073b Fix more -ngx references 2022-03-02 10:59:54 -08:00
Quinn Casey
16a4c15adb Update docs, yml to -ngx 2022-03-02 10:03:37 -08:00
Quinn Casey
e339fa46fb Merge branch 'RidaAyed-doc-docker-post-consumption' into dev 2022-02-16 09:04:30 -08:00
Ingo Sigmund
da483b3d84 Merge pull request #31 from denilsonsa/patch-4
Clarifying documentation on filename placeholders
2022-02-15 20:57:57 +01:00
Dave Machado
be1fc1b7b7 Update documentation for grammar and additional clarity
Small tweaks to be consistent in oxford comma usage already at work in
the docs. More importantly, adding some clarification here and there
to try and make things even more dead simple to read :)
2022-01-07 21:51:08 -05:00
Denilson Sá Maia
07a91ede7c Clarifying documentation on filename placeholders
The documentation text now better describes what the code does. It is now clear that the time is not included, and that all date placeholders are either zero-padded or ISO-formatted.

05c36f91cf/src/documents/file_handling.py (L164-L171)
2021-10-15 15:14:06 +02:00
isaacsando
536fdd7b44 update advanced_usage.rst to remove wording regarding filename parsing 2021-03-16 11:16:48 -05:00
jonaswinkler
c89be92127 added ASN to filename format #519 2021-02-09 23:03:07 +01:00
jonaswinkler
7bd5115987 updated documentation 2020-12-21 21:28:21 +01:00
jonaswinkler
322c8c28c9 changelog and docs 2020-12-15 14:30:31 +01:00
jonaswinkler
3596c58ea6 documentation 2020-12-08 16:45:22 +01:00
Jonas Winkler
9701b40a12 additional note about the automatic matching algorithm 2020-11-25 15:06:27 +01:00
Jonas Winkler
1a30b8f36f many changes to the documentation, mostly typos 2020-11-23 19:34:52 +01:00
Jonas Winkler
99c5ecd99a moved the documentation of the config
to the actual docs.
2020-11-19 13:18:57 +01:00
Jonas Winkler
c0c603c668 updated documentation 2020-11-18 22:56:30 +01:00
Jonas Winkler
680ab3d56b updated logging, logging for the mail consumer to see whats happening 2020-11-18 13:23:30 +01:00
Jonas Winkler
fdc605132d more documentation 2020-11-14 14:16:57 +01:00
Jonas Winkler
2173276177 more documentation. 2020-11-13 20:30:33 +01:00
Jonas Winkler
2a91b40d76 docs and readme 2020-11-13 19:27:22 +01:00
Jonas Winkler
f265635cf6 reworking the documentation. 2020-11-13 18:46:19 +01:00