Merge pull request #256 from ddddavidmartin/add_financial_year_filter

Add financial year documents filter
This commit is contained in:
Daniel Quinn
2018-01-21 18:23:45 +01:00
committed by GitHub
3 changed files with 79 additions and 1 deletions

View File

@@ -167,6 +167,12 @@ PAPERLESS_PASSPHRASE="secret"
#PAPERLESS_TIME_ZONE=UTC
# If set, Paperless will show document filters per financial year.
# The dates must be in the format "mm-dd", for example "07-15" for July 15.
#PAPERLESS_FINANCIAL_YEAR_START="mm-dd"
#PAPERLESS_FINANCIAL_YEAR_END="mm-dd"
# The number of items on each page in the web UI. This value must be a
# positive integer, but if you don't define one in paperless.conf, a default of
# 100 will be used.