NAME
Koha::Contrib::ValueBuilder::RepeatableAutocomplete::RDA - Values for MARC21 based on RDA
VERSION
version 1.001
SYNOPSIS
# value_builder_autocomplete_100.pl
use Koha::Contrib::ValueBuilder::RepeatableAutocomplete::RDA qw(creator);
return creator('de');
DESCRIPTION
MARC21 field 100, 110, 111 and 700, 710 autocompletes based on RDA data for Creator
and Other agent associated with a work
.
Usage in Koha
Copy "autocomplete_creator.pl" in example and "autocomplete_other_agent.pl" in example to /usr/share/koha/intranet/cgi-bin/cataloguing/value_builder
In Koha, got to "Administration" - "MARC Frameworks", select the framework, select field 100 (or 700), go to "edit subfields", select subfield "e", and select
autocomplete_creator.pl
(orautocomplete_other_agent.pl
) for "Plugin"When cataloguing, enter subfield
e
and start typing. After 3 letters, an autocomplete-selectbox will show up, where you can select an entry. The short code will be stored in subfield4
, the long value in subfielde
.
Data source
We got the (german) values from
AUTHORS
Thomas Klausner <domm@plix.at>
Mark Hofstetter <cpan@trust-box.at>
COPYRIGHT AND LICENSE
This software is copyright (c) 2022 by Thomas Klausner.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 243:
Expected '=item *'