Bug 21376 - Catalogue detail date handling improvements
Summary: Catalogue detail date handling improvements
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Josef Moravec
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-19 05:50 UTC by Josef Moravec
Modified: 2020-11-12 15:07 UTC (History)
5 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 21376: Catalogue detail date handling improvements (2.66 KB, patch)
2018-09-19 06:07 UTC, Josef Moravec
Details | Diff | Splinter Review
Bug 21376: Catalogue detail date handling improvements (2.71 KB, patch)
2018-09-19 09:30 UTC, Michal Denar
Details | Diff | Splinter Review
Bug 21376: Add ability to date sorting in items table on catalogue detail (2.45 KB, patch)
2018-09-24 10:16 UTC, Josef Moravec
Details | Diff | Splinter Review
Bug 21376: Add date accessioned to items table on catalogue detail page (1.88 KB, patch)
2018-09-24 10:16 UTC, Josef Moravec
Details | Diff | Splinter Review
Bug 21376: Add ability to date sorting in items table on catalogue detail (2.53 KB, patch)
2018-09-30 22:51 UTC, Jonathan Druart
Details | Diff | Splinter Review
Bug 21376: Add date accessioned to items table on catalogue detail page (1.96 KB, patch)
2018-09-30 22:51 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Josef Moravec 2018-09-19 05:50:15 UTC

    
Comment 1 Josef Moravec 2018-09-19 06:07:43 UTC Comment hidden (obsolete)
Comment 2 Michal Denar 2018-09-19 09:30:17 UTC
Created attachment 79084 [details] [review]
Bug 21376: Catalogue detail date handling improvements

Changes in this patch (page catalogue/detail):
- added date accesioned to items table
- enable sorting by date for date accesioned and date last seen

Signed-off-by:  Michal Denar <black23@gmail.com>
Comment 3 Jonathan Druart 2018-09-21 20:10:28 UTC
Josef, could you split please? :-/

You fixed the sort issue and add the new column in the same patch, which make it not backportable.
Comment 4 Josef Moravec 2018-09-24 10:16:18 UTC
Created attachment 79289 [details] [review]
Bug 21376: Add ability to date sorting in items table on catalogue detail

Changes in this patch (page catalogue/detail):
- enable sorting by date in items table

Signed-off-by:  Michal Denar <black23@gmail.com>
Comment 5 Josef Moravec 2018-09-24 10:16:22 UTC
Created attachment 79290 [details] [review]
Bug 21376: Add date accessioned to items table on catalogue detail page

Changes in this patch (page catalogue/detail):
    - added date accesioned to items table

Signed-off-by:  Michal Denar <black23@gmail.com>
Comment 6 Josef Moravec 2018-09-24 10:16:53 UTC
(In reply to Jonathan Druart from comment #3)
> Josef, could you split please? :-/
> 
> You fixed the sort issue and add the new column in the same patch, which
> make it not backportable.

No problem, it's done ;)
Comment 7 Jonathan Druart 2018-09-30 22:51:26 UTC
Created attachment 79664 [details] [review]
Bug 21376: Add ability to date sorting in items table on catalogue detail

Changes in this patch (page catalogue/detail):
- enable sorting by date in items table

Signed-off-by:  Michal Denar <black23@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 8 Jonathan Druart 2018-09-30 22:51:30 UTC
Created attachment 79665 [details] [review]
Bug 21376: Add date accessioned to items table on catalogue detail page

Changes in this patch (page catalogue/detail):
    - added date accesioned to items table

Signed-off-by:  Michal Denar <black23@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 9 Nick Clemens 2018-10-01 16:45:15 UTC
Awesome work all!

Pushed to master for 18.11
Comment 10 Martin Renvoize 2018-10-08 07:55:28 UTC
Enhancement, will not be backported.