paperless-ngx/src/documents
David Martin d80e272b75 Add a basic financial year filter for the document overview.
For now we simply hardcode the dates for the AU financial years. We
simply show a list of financial years and filter the documents
accordingly.
2017-08-24 20:20:00 +10:00
..
management Fetch emails right at startup instead of waiting for 10 minutes. 2017-05-21 14:23:46 +10:00
migrations create documents subfolder folder if they do not exist 2017-07-31 21:35:41 +02:00
signals feat: refactor for pluggable consumers 2017-03-25 15:10:25 +00:00
static feat: add the new reminders app 2017-03-25 16:21:46 +00:00
templates fix: a little cleanup 2017-03-25 15:10:25 +00:00
templatetags A nicer look for the documents listing 2017-02-12 17:52:01 +00:00
tests Allow correspondents to be deleted without deleting their documents 2017-07-15 19:13:10 +01:00
__init__.py It works! 2015-12-20 19:23:33 +00:00
admin.py Add a basic financial year filter for the document overview. 2017-08-24 20:20:00 +10:00
apps.py Fix for #131: delete files on document.delete 2016-08-16 19:13:37 +01:00
consumer.py fix: allow for caps in file name suffixes #206 2017-03-28 21:14:24 +00:00
filters.py refactor: code cleanup 2017-03-25 16:20:59 +00:00
forms.py Drop SHARED_SECRET in favour of EMAIL_SECRET 2017-06-18 22:08:42 +01:00
loggers.py Removed log components and introduced signals for tags & correspondents 2016-03-28 11:11:15 +01:00
mail.py Remove debugging info 2017-06-19 09:22:26 +01:00
managers.py Fixes #213 (MySQL syntax error) 2017-04-19 11:30:12 +02:00
mixins.py refactor: break document-only stuff into the paperless app 2017-03-25 16:18:34 +00:00
models.py Allow correspondents to be deleted without deleting their documents 2017-07-15 19:13:10 +01:00
parsers.py feat: refactor for pluggable consumers 2017-03-25 15:10:25 +00:00
serialisers.py fix: #200 allow edits of correspondent & tags 2017-03-25 15:01:01 +00:00
settings.py PEP8 2017-05-08 15:48:37 +02:00
views.py Fix HTTP POST of documents 2017-06-11 01:23:37 +01:00