Jonas Winkler
94ede7389d
Merge remote-tracking branch 'upstream/master'
2018-09-25 14:47:12 +02:00
Daniel Quinn
4130dd3465
Conform code to standards
2018-09-23 12:41:28 +01:00
Jonas Winkler
fb6f2e07c9
Added a bunch of new features:
...
- Debug mode is now configurable in the configuration file. This way, we don't have to edit versioned files to disable it on production systems.
- Recent correspondents filter (enable in configuration file)
- Document actions: Edit tags and correspondents on multiple documents at once
- Replaced month list filter with date drilldown
- Sortable document count columns on Tag and Correspondent admin
- Last correspondence column on Correspondent admin
- Save and edit next functionality for document editing
2018-09-13 15:19:25 +02:00
Jonas Winkler
909586bf25
Code style changed
2018-09-13 14:15:16 +02:00
Jonas Winkler
8d003a6a85
Save and edit next button appears on documents without viewer as well.
...
Made the new recent correspondents filter optional. Disabled by default.
2018-09-13 13:10:05 +02:00
Jonas Winkler
7c589f71a4
Fixed a few minor issues.
2018-09-12 16:25:23 +02:00
Jonas Winkler
898931cc03
bugfix
2018-09-11 20:45:36 +02:00
Jonas Winkler
11adc94e5e
mode change
2018-09-06 12:00:01 +02:00
Jonas Winkler
04bf5fc094
fixed merge error
2018-09-06 10:15:15 +02:00
Jonas Winkler
d26f940a91
Merge branch 'dev' into machine-learning
2018-09-06 00:29:41 +02:00
Jonas Winkler
13725ef8ee
Merge branch 'master' into dev
2018-09-06 00:28:58 +02:00
Jonas Winkler
82bc0e3368
Fixed a few things
2018-09-05 12:43:11 +02:00
Jonas Winkler
70bd05450a
removed matching model fields, automatic classifier reloading, added autmatic_classification field to matching model
2018-09-04 18:40:26 +02:00
Jonas Winkler
c765ef5eeb
Merge remote-tracking branch 'upstream/master'
2018-09-04 16:02:48 +02:00
Jonas Winkler
c091eba26e
Implemented the classifier model, including automatic tagging of new documents
2018-09-04 14:39:55 +02:00
Daniel Quinn
2d4008371b
Merge @dadosch's changes & fix dependency conflicts
2018-09-02 21:06:40 +01:00
dadosch
ec862ed526
make pycodestyle happy...
2018-08-31 00:17:48 +02:00
dadosch
efb0157337
add fix for messed up html at reminders, thanks to @brookst
2018-08-31 00:05:07 +02:00
Jonas Winkler
781a1dae71
- added recent correspondents filter
...
- sortable document_count fields
- added last correspondence field to CorrespondentAdmin
2018-08-28 15:42:39 +02:00
Stéphane Brunner
b05fd4870e
Better interface when we have many tags
2018-08-26 14:20:07 +02:00
dadosch
6cd06f6c8a
improved codestyle, go back to == in requirements
2018-08-24 21:52:27 +02:00
dadosch
b6a870c0e5
django v2 compatible: tests needed
2018-08-24 21:31:43 +02:00
Jonas Winkler
d7ab69fed9
Added document type
2018-08-24 13:45:15 +02:00
Jonas Winkler
dfa5ea423f
Merge branch 'ui-improvements' into dev
2018-07-16 20:56:49 +02:00
Jonas Winkler
a698a1b66b
Different way to get the changelist.
2018-07-16 18:35:01 +02:00
Jonas Winkler
a5129018d2
Merge branch 'ui-improvements' into dev
2018-07-16 18:19:05 +02:00
Jonas Winkler
e3974c68ba
bugfix
2018-07-16 18:01:27 +02:00
Jonas Winkler
d72604eb86
Merge branch 'ui-improvements' into dev
2018-07-16 16:09:41 +02:00
Jonas Winkler
f0c94cc65f
Added 'save and edit next' functionality
2018-07-16 16:08:51 +02:00
Jonas Winkler
2775dfb735
Merge branch 'ui-improvements' into dev
2018-07-15 13:41:49 +02:00
Jonas Winkler
d108a69f1b
added document viewers on document change form for easier editing of metadata, supports pdf, png, jpg
2018-07-14 23:05:28 +02:00
Jonas Winkler
bdaea3915e
Merge branch 'master' into ui-improvements
2018-07-13 11:24:19 +02:00
Jonas Winkler
b3709663f1
Merge branch 'ui-improvements' into dev
2018-07-11 15:07:30 +02:00
Jonas Winkler
ba9d7c8892
Moved actions to separate file
2018-07-11 13:02:18 +02:00
Jonas Winkler
270b0487ec
Merge branch 'master' into workflow-improvements
2018-07-10 15:53:38 +02:00
Jonas Winkler
a63880ed19
Merge remote-tracking branch 'upstream/master'
2018-07-10 15:46:46 +02:00
Jonas Winkler
a40737bd0e
Added actions to modify tags and correspondents on multiple documents
2018-07-10 15:39:24 +02:00
Jonas Winkler
c5b315f518
Show document serial number on change list
2018-07-06 18:04:31 +02:00
Jonas Winkler
e143a20f50
automatically update documents whenever a tag or correspondent is changed (this should make the document_retagger and document_correspondent managers somewhat obsolete (?)
2018-07-06 13:51:50 +02:00
Enno Lohmeier
2894d105cb
fix code style issue
2018-07-05 13:10:08 +02:00
Enno Lohmeier
619878b2f6
add document count column for tags and correspondents
2018-07-05 13:01:18 +02:00
Jonas Winkler
7a2bd58ef8
Updated date filter to use the drilldown feature of django
2018-07-04 17:10:56 +02:00
Jonas Winkler
8f6231bd34
Updated to Django 2
2018-07-04 17:03:59 +02:00
Erik Arvstedt
11db87fa11
Add field 'added' to documents
...
This field indicates when the document was added to the database
2018-05-31 10:17:03 +02:00
Daniel Quinn
3532745579
Allow the searching of documents by tag #354
2018-05-20 17:28:00 +01:00
Daniel Quinn
27c72a7bc6
Remove the hard-coding of the thumbnail URL
2018-04-13 20:18:16 +01:00
Daniel Quinn
09e1b505e1
Merge pull request #256 from ddddavidmartin/add_financial_year_filter
...
Add financial year documents filter
2018-01-21 18:23:45 +01:00
David Martin
67b492bcb7
Determine the start of the financial only for wrapping years.
...
If the financial year is from Jan to Dec there we do not need to
determine the start to see which year it falls into.
2017-08-26 19:50:57 +10:00
David Martin
360d1e2802
Store whether financial year wraps instead of re-determining it.
...
It either wraps or it does not depending on how it is set in the config.
There is no point in determining it again for each document. Instead we
simply store it as a member variable the first time we check.
2017-08-26 19:45:39 +10:00
David Martin
1cd76634a3
Take non-wrapping financial years into account.
...
The German financial year for example goes from January to December. In
those cases we simply only show the year in the overview.
2017-08-25 20:27:39 +10:00