[Bug 11586] New: Better defaults for UNIMARC items
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Bug ID: 11586 Summary: Better defaults for UNIMARC items Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Installation and upgrade (web-based installer) Assignee: koha-bugs@lists.koha-community.org Reporter: gaetan.boisson@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com On a clean (french) UNIMARC install, a large number of subfields are not configured for items, or not properly linked. It can mean several features are not available by default, and the user has to do some extra configuration to get them working. I am not sure yet if the chosen language has an influence on this set-up. The linked subfields are : 995$9 items.itemnumber 995$b items.homebranch 995$c items.holdingbranch 995$e items.location 995$f items.barcode 995$j items.stocknumber 995$k items.itemcallnumber 995$n items.onloan 995$o items.notforloan 995$r items.itype 995$u items.itemnotes Here is a suggestion to make this more complete : 995$1 items.cn_source 995$4 items.damaged (linked to the appropriate AV list) 995$8 items.coded_location_qualifier 995$a items.booksellerid 995$d items.datelastseen 995$g items.replacementprice 995$i items.replacementpricedate 995$p items.price 995$s items.cn_sort (with the appropriate zebra configuration done) 995$t items.stack 995$w items.issues 995$x items.renewals 995$y items.reserves 995$z items.nonpublicnote 995$0 items.withdrawn (linked to the appropriate AV list) 995$2 items.itemlost (linked to the appropriate AV list) 995$3 items.restricted 995$5 items.dateaccessioned (linked to the appropriate plugin) 995$6 items.copynumber 995$7 items.uri 995$h items.ccode (linked to the appropriate AV list) 995$l items.materials 995$m items.datelastborrowed 995$v items.enumchron -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |jonathan.druart@biblibre.co | |m Assignee|koha-bugs@lists.koha-commun |jonathan.druart@biblibre.co |ity.org |m -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #1 from Gaetan Boisson <gaetan.boisson@biblibre.com> --- I might have tried too hard to link every single field in the database. The idea is that we might as well link everything, and rename the field if we need to recycle it. Since this means adding a number of fields that are not necessary to most users, or which don't even make sense in unimarc, i suggest hiding them by default. The configuration will exist and recycling the fields will be easy. Here's a corrected suggestion : 995$1 items.cn_source (linked to the appropriate AV list - which is technically not an AV list but you can chose it in the dropdown when configuring the subfield) 995$4 items.damaged (linked to the appropriate AV list) 995$8 items.coded_location_qualifier (should be hidden, doesn't exist in unimarc) 995$a items.booksellerid 995$d items.datelastseen (should be hidden in the editor, since the user shouldn't be able to change this himself) 995$g items.replacementprice 995$i items.replacementpricedate 995$p items.price 995$s items.cn_sort (with the appropriate zebra configuration done. This field should be completely hidden as it is only functionnal) 995$t items.stack (should be hidden, doesn't exist in unimarc) 995$w items.issues (should be hidden in the editor, since the user shouldn't be able to change this himself) 995$x items.renewals (should be hidden in the editor, since the user shouldn't be able to change this himself) 995$y items.reserves (should be hidden in the editor, since the user shouldn't be able to change this himself) 995$z items.nonpublicnote 995$0 items.withdrawn (linked to the appropriate AV list) 995$2 items.itemlost (linked to the appropriate AV list) 995$3 items.restricted 995$5 items.dateaccessioned (linked to the appropriate plugin) 995$6 items.copynumber (should be hidden in the editor as it doesn't make sense by default) 995$7 items.uri (should be hidden in the editor as it doesn't make sense by default) 995$h items.ccode (linked to the appropriate AV list) 995$l items.materials 995$m items.datelastborrowed (should be hidden in the editor, since the user shouldn't be able to change this himself) 995$v items.enumchron -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Gaetan Boisson <gaetan.boisson@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |11021, 11030 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #2 from Gaetan Boisson <gaetan.boisson@biblibre.com> --- More changes will be proposed to correct the default framework. This patch will focus on French UNIMARC only. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Gaetan Boisson <gaetan.boisson@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Better defaults for UNIMARC |Better default framework |items |for UNIMARC -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 mathieu saby <mathsabypro@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathsabypro@gmail.com -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dcook@prosentient.com.au See Also| |http://bugs.koha-community. | |org/bugzilla3/show_bug.cgi? | |id=12477 -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #3 from Jonathan Druart <jonathan.druart@biblibre.com> --- Gaetan, just looking at damaged and withdrawn: the dom file defined 995$1 for damaged and 995$3 for withdrawn (etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml ~l.1565). Who is right? Where can I found a ref? -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #4 from Gaetan Boisson <gaetan.boisson@biblibre.com> --- There is no standard to follow here. So we'll have to pick values, and make they work with the rest. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #5 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 31909 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31909&action=edit Bug 10586: Better default framework for UNIMARC - framework This patch updates the framework_DEFAULT.sql for unimarc_complet. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31909|0 |1 is obsolete| | --- Comment #6 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 31910 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31910&action=edit Bug 11586: Better default framework for UNIMARC - framework This patch updates the framework_DEFAULT.sql for unimarc_complet. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #7 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 31911 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31911&action=edit Bug 11586: Better default framework for UNIMARC - authority This patch updates the framework for authorities (unimarc_complet only). -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #8 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 31912 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31912&action=edit Bug 11586: Better default framework for UNIMARC - AV This patch updates the authorised_values.sql file. New WITHDRAWN and RESTRICTED. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #9 from Jonathan Druart <jonathan.druart@biblibre.com> --- Created attachment 31913 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31913&action=edit Bug 11586: Better default framework for UNIMARC - zebra conf This patch updates the Zebra configuration for unimarc. 995$d and 995$j should not be indexed. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31910|0 |1 is obsolete| | --- Comment #10 from Paul Poulain <paul.poulain@biblibre.com> --- Created attachment 32137 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32137&action=edit Bug 11586: Better default framework for UNIMARC - framework This patch updates the framework_DEFAULT.sql for unimarc_complet. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31911|0 |1 is obsolete| | --- Comment #11 from Paul Poulain <paul.poulain@biblibre.com> --- Created attachment 32138 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32138&action=edit Bug 11586: Better default framework for UNIMARC - authority This patch updates the framework for authorities (unimarc_complet only). Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31912|0 |1 is obsolete| | --- Comment #12 from Paul Poulain <paul.poulain@biblibre.com> --- Created attachment 32139 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32139&action=edit Bug 11586: Better default framework for UNIMARC - AV This patch updates the authorised_values.sql file. New WITHDRAWN and RESTRICTED. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #31913|0 |1 is obsolete| | --- Comment #13 from Paul Poulain <paul.poulain@biblibre.com> --- Created attachment 32140 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32140&action=edit Bug 11586: Better default framework for UNIMARC - zebra conf This patch updates the Zebra configuration for unimarc. 995$d and 995$j should not be indexed. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #14 from Paul Poulain <paul.poulain@biblibre.com> --- Created attachment 32141 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32141&action=edit Bug 11586 follow-up * itemtype = a mix was made between 099$t (biblioitems level) and 995$r (items level). I've chosen 099$t (manual change still possible for librarians that want it) * the 616$z is mistakenly displayed in tab 0. Switched to 6 * field "abimé" (995$1) activated, it's better Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #15 from Paul Poulain <paul.poulain@biblibre.com> --- Created attachment 32142 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32142&action=edit Bug 11586 follow-up, FA framework update This follow-up also improves the FA framework, removing some fields that should not be in FA Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #16 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 32336 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32336&action=edit [PASSED QA] Bug 11586: Better default framework for UNIMARC - framework This patch updates the framework_DEFAULT.sql for unimarc_complet. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #17 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 32337 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32337&action=edit [PASSED QA] Bug 11586: Better default framework for UNIMARC - authority This patch updates the framework for authorities (unimarc_complet only). Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #18 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 32338 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32338&action=edit [PASSED QA] Bug 11586: Better default framework for UNIMARC - AV This patch updates the authorised_values.sql file. New WITHDRAWN and RESTRICTED. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #19 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 32339 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32339&action=edit [PASSED QA] Bug 11586: Better default framework for UNIMARC - zebra conf This patch updates the Zebra configuration for unimarc. 995$d and 995$j should not be indexed. Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #20 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 32340 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32340&action=edit [PASSED QA] Bug 11586 follow-up * itemtype = a mix was made between 099$t (biblioitems level) and 995$r (items level). I've chosen 099$t (manual change still possible for librarians that want it) * the 616$z is mistakenly displayed in tab 0. Switched to 6 * field "abimé" (995$1) activated, it's better Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #21 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 32341 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32341&action=edit [PASSED QA] Bug 11586 follow-up, FA framework update This follow-up also improves the FA framework, removing some fields that should not be in FA Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |katrin.fischer@bsz-bw.de -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32137|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32138|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32139|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32140|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32141|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #32142|0 |1 is obsolete| | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #22 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I am not sure removing fields form the FA framework is the best way to go as it can result in data loss, but as the framework is incomplete already, this is a non-blocker for me. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #23 from mathieu saby <mathsabypro@gmail.com> --- Hello Could you explain where the line "('900', 'forme rejetée des zones 70X et 72X', '', 0, 0, NULL, '')," come from in attachment 32336 ? I suppressed it from current framework some monthes ago, because it is not used by Electre, nor by the BNF. Maybe Electre added it again? Or is it simply a copy-paste mistake? Same remarks for other fields added by this patch (910, 960...) For 009 phrasing : it may contain the ARK N° of the BNF, but only for libraries that use BNF records (so, not for the academic libraries). Mathieu Saby -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 --- Comment #24 from mathieu saby <mathsabypro@gmail.com> --- Also, maybe I am wrong (far from Koha...), but if the framework you touched is the one used by academic libraries, why deleting 359 field, which is used in Sudoc network, and why adding "Vendangeur" (not used). More generaly, but maybe out of the scope of this bug, don't you think it could be a good point to rename the french frameworks? Because for example a "Conservation" framework means nothing for me. And if the "complete" framework is supposed to be used in academic libraries, why not renaming it, and suppressing useless fields like "091 vendangeur"? Or mabye creating a new framework specifically made for academic libraries? Mathieu -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master CC| |tomascohen@gmail.com --- Comment #25 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Patches pushed to master. Thanks Jonathan! -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org