Merge pull request #593 from BastianPoe/feature-293

Give stored documents a structured and configurable filename
This commit is contained in:
JOKer
2020-05-02 08:33:49 +02:00
committed by GitHub
7 changed files with 878 additions and 5 deletions

View File

@@ -334,3 +334,6 @@ for t in json.loads(os.getenv("PAPERLESS_FILENAME_PARSE_TRANSFORMS", "[]")):
# well. Set to 0 to disable this filter.
PAPERLESS_RECENT_CORRESPONDENT_YEARS = int(os.getenv(
"PAPERLESS_RECENT_CORRESPONDENT_YEARS", 0))
# Specify the filename format for out files
PAPERLESS_FILENAME_FORMAT = os.getenv("PAPERLESS_FILENAME_FORMAT")