Bug 21376

Summary: Catalogue detail date handling improvements
Product: Koha Reporter: Josef Moravec <josef.moravec>
Component: Staff interfaceAssignee: Josef Moravec <josef.moravec>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: black23, gmcharlt, jonathan.druart, martin.renvoize, nick
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23288
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
Bug 21376: Catalogue detail date handling improvements
Bug 21376: Add ability to date sorting in items table on catalogue detail
Bug 21376: Add date accessioned to items table on catalogue detail page
Bug 21376: Add ability to date sorting in items table on catalogue detail
Bug 21376: Add date accessioned to items table on catalogue detail page

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 (kidclamp) 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.