mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 07:45:32 +01:00
- added recent correspondents filter
- sortable document_count fields - added last correspondence field to CorrespondentAdmin
This commit is contained in:
parent
01fed4f49d
commit
781a1dae71
3 changed files with 50 additions and 6 deletions
|
|
@ -278,3 +278,5 @@ FY_END = os.getenv("PAPERLESS_FINANCIAL_YEAR_END")
|
|||
|
||||
# Specify the default date order (for autodetected dates)
|
||||
DATE_ORDER = os.getenv("PAPERLESS_DATE_ORDER", "DMY")
|
||||
|
||||
PAPERLESS_RECENT_CORRESPONDENT_YEARS = int(os.getenv("PAPERLESS_RECENT_CORRESPONDENT_YEARS", 2))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue