[Koha-bugs] [Bug 11586] Better defaults for UNIMARC items

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 21 13:44:00 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11586

--- Comment #1 from Gaetan Boisson <gaetan.boisson at 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.


More information about the Koha-bugs mailing list