[Bug 7014] New: sorting of call numbers in Inventory tool is not correct
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7014 Bug #: 7014 Summary: sorting of call numbers in Inventory tool is not correct Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Tools AssignedTo: gmcharlt@gmail.com ReportedBy: melia@bywatersolutions.com QAContact: koha-bugs@lists.koha-community.org The mis-order that is occurring is that decimal point call numbers are appearing above those with no decimal, e.g. 918.13 B63 is appearing before 918 A12. -- 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=7014 Cindy Murdock Ames <cmurdock@ccfls.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cmurdock@ccfls.org --- Comment #1 from Cindy Murdock Ames <cmurdock@ccfls.org> 2011-12-08 16:20:32 UTC --- I'm seeing this in 3.4 also, but for me it's listing the ones without decimal points first. -- 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. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7014 D Ruth Bavousett <ruth@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ruth@bywatersolutions.com --- Comment #2 from D Ruth Bavousett <ruth@bywatersolutions.com> --- One of our libraries has a series designation on their fiction, like F BALDACCI, D / KING #. All of the titles with series designations are showing up at the first of the inventory list, when they should show up *after*. Since they do that if you sort a hitlist by call number, as well, I don't think the problem is in inventory, per se, but in the generation of ddc cn_sort values. Indeed, in this case, I see this: select itemcallnumber,cn_sort,cn_source from items where itemcallnumber like "A/T BALD%"; +---------------------------+--------------------------------+-----------+ | itemcallnumber | cn_sort | cn_source | +---------------------------+--------------------------------+-----------+ | A/T BALDACCI, D | AT_BALDACCI_D | ddc | | A/T BALDACCI, D | AT_BALDACCI_D | ddc | | A/T BALDACCI, D | AT_BALDACCI_D | ddc | | A/T BALDACCI, D / CAMEL 1 | AT_000000000000000_BALDACCI_D_ | ddc | | A/T BALDACCI, D / CAMEL 2 | AT_000000000000000_BALDACCI_D_ | ddc | | A/T BALDACCI, D / CAMEL 3 | AT_000000000000000_BALDACCI_D_ | ddc | | A/T BALDACCI, D / CAMEL 4 | AT_000000000000000_BALDACCI_D_ | ddc | | A/T BALDACCI, D / CAMEL 5 | AT_000000000000000_BALDACCI_D_ | ddc | | A/T BALDACCI, D / KING 1 | AT_000000000000000_BALDACCI_D_ | ddc | | A/T BALDACCI, D / KING 2 | AT_000000000000000_BALDACCI_D_ | ddc | | A/T BALDACCI, D / KING 3 | AT_000000000000000_BALDACCI_D_ | ddc | | A/T BALDACCI, D / KING 4 | AT_000000000000000_BALDACCI_D_ | ddc | | A/T BALDACCI, D / KING 5 | AT_000000000000000_BALDACCI_D_ | ddc | +---------------------------+--------------------------------+-----------+ It's a little more complicated problem than I'd hoped for, and I'd like to check this against similar values to Cindy and Melia, but that is definitely a direction for investigation. -- 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=7014 mathieu saby <mathieu.saby@univ-rennes2.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathieu.saby@univ-rennes2.f | |r -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7014 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- The inventory tool has substantially changed since 3.4 so I think we can assume this is fixed (or at least invalid because the output of the inventory tool has changed). -- 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