Add config settings to set the start and the end of the financial year.

Now we allow to filter for any financial year dates. Note that we also
only show the financial year filter if the dates are actually set.
This commit is contained in:
David Martin
2017-08-24 20:51:09 +10:00
parent 44f2a71f74
commit a82fb87e82
3 changed files with 18 additions and 3 deletions

View File

@@ -162,6 +162,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.