[Bug 6655] New: Sorting order of serial issues in OPAC
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 Bug #: 6655 Summary: Sorting order of serial issues in OPAC Classification: Unclassified Change sponsored?: --- Product: Koha Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: Serials AssignedTo: colin.campbell@ptfs-europe.com ReportedBy: vimal0212@gmail.com QAContact: koha-bugs@lists.koha-community.org OPAC displays the journal issues follows the order of data in which received. e.g. Vol 45, Issue 1 Vol 45 Issue 3 Vol 45 Issue 2 Vol 45 Issue 4 OPAC does not display issues in sequential order. Issues in sequence is convenient for users to identify availability easily. e.g. Vol 45, Issue 1 Vol 45 Issue 2 Vol 45 Issue 3 Vol 45 Issue 4 -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com --- Comment #1 from Nicole C. Engard <nengard@gmail.com> 2011-08-03 00:04:10 UTC --- Vimal, There is a table sorter at the top of every column so you can sort them in order if you want to. But I do agree that it would be nice if they were in order (I'd say descending order - newest first) by default. Nicole -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 Savitra Sirohi <savitra.sirohi@osslabs.biz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion CC| |melia@bywatersolutions.com, | |savitra.sirohi@osslabs.biz Assignee|colin.campbell@ptfs-europe. |savitra.sirohi@osslabs.biz |com | --- Comment #2 from Savitra Sirohi <savitra.sirohi@osslabs.biz> --- Might as well do this in the staff interface as well for consistency. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 --- Comment #3 from Savitra Sirohi <savitra.sirohi@osslabs.biz> --- Design: we will change the default sort order, table sorters or datatables can be used to resort the data once the screen is displayed. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 --- Comment #4 from Melia Meggs <melia@bywatersolutions.com> --- Hi Savitra, Kyle is worried that the enumeration data ( volume, number, etc. ) are all stored in a single field "Publication Details" aka "Serial Enumeration / chronology". Sorting on that field might not be good as the numbers are not padded ( e.g. we see '2' not '002' ). He thinks right now the results are sorted by the home library name, then the date accessioned, and he's not sure if we can get any better than this without a major overhaul to the serials system. Is this so, or do you have some other idea for how to solve this problem? Thanks, Melia -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 --- Comment #5 from Savitra Sirohi <savitra.sirohi@osslabs.biz> --- Melia, we were thinking we will sort it on publication date instead of receive date. This should sort the items in proper order (Vol, Issue etc.). What do you think? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 Kyle M Hall <kyle.m.hall@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kyle.m.hall@gmail.com --- Comment #6 from Kyle M Hall <kyle.m.hall@gmail.com> --- (In reply to comment #5)
Melia, we were thinking we will sort it on publication date instead of receive date. This should sort the items in proper order (Vol, Issue etc.).
What do you think?
Another possibility is to use regular expressions to pad out all those numbers to say 10 zeros on a copy of the field, then sort by that copy of the field. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 Savitra Sirohi <savitra.sirohi@osslabs.biz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |ASSIGNED Assignee|savitra.sirohi@osslabs.biz |meenakshi.r@osslabs.biz -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 --- Comment #7 from Meenakshi <meenakshi.r@osslabs.biz> --- Created attachment 9735 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9735&action=edit Attaching Patch. Changed sorting order from planneddate into publisheddate. So that OPAC as well as Staff interfaces displays issues in sequential order. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 Meenakshi <meenakshi.r@osslabs.biz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 Elliott Davis <tdavis@uttyler.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |tdavis@uttyler.edu -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 Elliott Davis <tdavis@uttyler.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Needs Signoff -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 --- Comment #8 from Elliott Davis <elliott@bywatersolutions.com> --- Created attachment 10775 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10775&action=edit Bug 6655 - Sorting order of serial issues in OPAC Works as advertised. Signed-off-by: Elliott Davis <elliott@bywatersolutions.com> -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 Elliott Davis <elliott@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9735|0 |1 is obsolete| | -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 Elliott Davis <elliott@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |elliott@bywatersolutions.co | |m -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |paul.poulain@biblibre.com --- Comment #9 from Paul Poulain <paul.poulain@biblibre.com> --- QA comment: tiny -and logical- change, passed QA -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master Version|unspecified |rel_3_8 Severity|enhancement |trivial --- Comment #10 from Paul Poulain <paul.poulain@biblibre.com> --- I think it's more a trivial bugfix than an ENH: sorting by publisheddate is logical. sorting by expecteddate is not -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable CC| |chris@bigballofwax.co.nz --- Comment #11 from Chris Cormack <chris@bigballofwax.co.nz> --- Pushed to 3.8.x will be in 3.8.4 -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6655 Nicole C. Engard <nengard@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=10158 -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org