Daniel Quinn
c570aa1a10
Add a little more read-only info for documents
2018-10-07 16:26:05 +01:00
Daniel Quinn
081f1022cf
Rework how slugs are generated/referenced #393
2018-10-07 16:25:51 +01:00
Daniel Quinn
57b9add307
Conform code to standards
2018-09-23 12:41:28 +01:00
Jonas Winkler
7887892e4e
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
Daniel Quinn
7d2d3901bc
Merge @dadosch's changes & fix dependency conflicts
2018-09-02 21:06:40 +01:00
dadosch
1e0d32063e
make pycodestyle happy...
2018-08-31 00:17:48 +02:00
dadosch
bdbc68f747
add fix for messed up html at reminders, thanks to @brookst
2018-08-31 00:05:07 +02:00
Stéphane Brunner
0187fc00fc
Better interface when we have many tags
2018-08-26 14:20:07 +02:00
dadosch
91eee0b84a
improved codestyle, go back to == in requirements
2018-08-24 21:52:27 +02:00
dadosch
218e43fdf8
django v2 compatible: tests needed
2018-08-24 21:31:43 +02:00
Enno Lohmeier
57f97364b3
fix code style issue
2018-07-05 13:10:08 +02:00
Enno Lohmeier
dc95c040fb
add document count column for tags and correspondents
2018-07-05 13:01:18 +02:00
Erik Arvstedt
33e3277d2a
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
3ac2e32bcf
Allow the searching of documents by tag #354
2018-05-20 17:28:00 +01:00
Daniel Quinn
85fa861ce7
Remove the hard-coding of the thumbnail URL
2018-04-13 20:18:16 +01:00
Daniel Quinn
24ddc681cd
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
a0c054a5f6
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
82852cc01e
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
cef4aaab45
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
David Martin
164efe902d
Return no filter results if financial year dates are not set.
...
This is a lot cleaner than trying to hack around whether or not the
FinancialYearFilter is part of the available filters. This way it will
show up if there are result for it and the dates are set, and it will
not if any of those conditions is not set.
2017-08-25 17:36:09 +10:00
David Martin
a82fb87e82
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.
2017-08-24 20:51:09 +10:00
David Martin
44f2a71f74
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
maphy-psd
cf767bdd03
fix travis ci E510
...
E501 line too long (85 > 79 characters)
2017-08-20 16:18:39 +02:00
maphy-psd
fec0ff2e79
white spacing and remove var's prefix
2017-08-20 14:29:51 +02:00
maphy-psd
9a2e5fd28b
def thumbnail uses FORCE_SCRIPT_NAME
...
with this edit the tumbnails are show up..
2017-08-19 18:37:17 +02:00
Daniel Quinn
7cb7d62bb8
fix: a little cleanup
2017-03-25 15:10:25 +00:00
Daniel Quinn
8f88367412
Merge branch 'master' of github.com:danielquinn/paperless
2017-03-05 12:15:22 +00:00
Daniel Quinn
38737f9d5c
Disable adding through the admin
2017-03-05 12:15:18 +00:00
Philippe O. Wagner
6922759aed
Better alt-text for thumbnails.
2017-03-01 00:50:53 +01:00
Daniel Quinn
73043dbeb2
A nicer look for the documents listing
...
This change includes a filthy hack around how Django handles
change_list_results.html -- I'm not thrilled with it, but it's as
elegant as I could come up with. I'm happy to field alternative ideas.
More details can be found in `documents/templatetags/hacks.py`
Specifically, this merge includes a significant facelift to the
documents listing page, moving away from the tabular layout and toward a
tileset look. I tried fiddling with the colours, but I just don't have
any skills in that area, so we're all stuck with Django'd default
colours until someone with an eye for colour can submit a better CSS.
2017-02-12 17:52:01 +00:00
Daniel Quinn
69ea039e31
Adds the ability for the user to configure the number of items per page.
...
Specifically requested by @ekw here:
https://github.com/danielquinn/paperless/issues/180#issuecomment-271665682
2017-01-14 17:09:48 +00:00
Daniel Quinn
e63e9e389e
Shrinking the size of the thumbnails as they were huge even on my hidpi screen
2017-01-08 19:43:17 +00:00
Daniel Quinn
92e178cc59
Fixing some style bits for my own OCD
2017-01-08 19:05:31 +00:00
Eric Wong
3c08fa9b33
Make number of list items per page configurable
2017-01-07 23:15:59 -08:00
Eric Wong
bee0867a2a
Add document thumbnail images; use django-suit theme for admin
2017-01-07 14:57:25 -08:00
Daniel Quinn
de92423006
Make the logs easier to read
2016-07-19 14:13:59 +01:00
Daniel Quinn
b92e007e15
Removed log components and introduced signals for tags & correspondents
2016-03-28 11:11:15 +01:00
Daniel Quinn
5d4587ef8b
Accounted for .sender in a few places
2016-03-04 09:14:50 +00:00
Daniel Quinn
070463b85a
s/Sender/Correspondent & reworked the (im|ex)porter
2016-03-03 20:52:42 +00:00
Daniel Quinn
2fe9b0cbc1
New logging appears to work
2016-02-27 20:18:50 +00:00
Daniel Quinn
422ae9303a
pep8
2016-02-21 00:14:50 +00:00
Daniel Quinn
cebc44f2c9
API is halfway there
2016-02-16 09:28:34 +00:00
Daniel Quinn
2f0da8ab25
Added download_url to the Document model
2016-02-15 22:38:18 +00:00
Daniel Quinn
febb45af81
Prettied up the interface a little
2016-02-06 17:27:17 +00:00
Daniel Quinn
ce69e37256
Linked tag labels
2016-02-06 17:14:44 +00:00
Daniel Quinn
3bc89d23c8
Sorting the filters
2016-02-03 17:20:12 +00:00
Daniel Quinn
84d5f8cc5d
Merge branch 'master' into feature/images-as-docs
2016-01-29 23:41:13 +00:00
Daniel Quinn
ace9389e5f
#12 : Support image documents
2016-01-29 23:18:03 +00:00
Daniel Quinn
10e4f0f5f3
Added some better admin for tags
2016-01-28 18:37:27 +00:00
Daniel Quinn
a7d041a9f5
Prettied-up the admin
2016-01-28 08:16:29 +00:00