Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Kyle M Hall 39ed3dce71 Bug 12357: Enhancements to RIS and BibTeX exporting
Some libraries would like to be able to add arbitrary fields to both the
RIS and BibTeX citation formats that a record can be saved as from the
staff intranet and public catalog. In addition, they would like to be
able to override the default record type and use Koha's itemtype as the
record type for those formats as well.

Test Plan:
 1) Apply this patch
 2) Run updatedatabase.pl
 3) Add the following to the new syspref RisExportAdditionalFields:
TY: 942$c
LC: 010$a
NT: [501$a, 505$g]
 4) Find or create a record with an 010$a (lccn) field, a 501$a field,
    a 942$c field, and multiple 505$g fields.
 5) Locate the record in the catalog, choose "Save" and select RIS
 6) Inspect the downloaded file, note the replaced TY field, the LC
    field, and multiple NT fields
 7) Add the following to the new syspref BibtexExportAdditionalFields:
'@': 942$c
lccn: 010$a
notes: [501$a, 505$g]
 9) Using the previously selected record, choose "Save" and select BIBTEX
10) Inspect the downloaded file, note the lccn, the multiple note
    fields, and the new record type value

Signed-off-by: Frederic Demians <f.demians@tamil.fr>
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2015-09-07 13:58:39 -03:00
..
acqui Bug 14343: Remove the DT pagination 2015-09-07 11:48:14 -03:00
admin Bug 12357: Enhancements to RIS and BibTeX exporting 2015-09-07 13:58:39 -03:00
authorities
basket
batch
catalogue Bug 14354: Prevent edition of items from other branches if IndependentBranches is on 2015-09-07 10:46:46 -03:00
cataloguing Bug 14766: unimarc_field_4XX: escape ', ", \n, \r 2015-09-07 11:14:48 -03:00
circ Bug 14470: Do not allow renew for on-site checkouts 2015-09-07 12:07:37 -03:00
common
course_reserves
errors Bug 14574: Fixing error messages on staff client so they make more sense 2015-08-18 13:18:22 -03:00
help Bug 14548: Typo in help file for 3.20 (batch_record_modification.tt) 2015-08-03 12:00:08 -03:00
installer
labels Bug 11880: Select what has been selected before 2015-08-28 10:09:02 -03:00
members Bug 12525: Prevent adding several patron lists with the same name 2015-09-07 11:49:03 -03:00
offline_circ
patron_lists
patroncards Bug 14107: Patron cards: Make barcode width and height scaling editable 2015-07-24 14:07:18 -03:00
plugins
reports
reserve Bug 9809: [QA Follow-up] Still found some remains 2015-08-26 10:26:58 -03:00
reviews
rotating_collections
serials
services
sms
suggestion
tags
test
tools Bug 14098: Add copy_and_replace action to MMT 2015-09-07 11:17:13 -03:00
virtualshelves Bug 14517: List shelves list is broken for translated interfaces 2015-08-18 13:18:21 -03:00
about.tt Bug 11584: Add TinyMCE license to about.pl 2015-08-28 10:29:08 -03:00
auth.tt
intranet-main.tt