Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Jonathan Druart 94c67c439e
Bug 32030: Create eHolding titles from a list
Add the ability to create new titles and attach them to a package.
The MARC to KBART2 mapping is the following (based on
https://github.com/adambuttrick/marc_to_kbart/blob/master/convert.py):

publication_title = biblio.title
print_identifier  = 020$a||020$z||022$a||022$y
online_identifier = 020$a||020$z||022$a||022$y
date_first_issue_online = 866$a (before '-')
date_last_issue_online  = 866$a (after '-')
num_first_vol_online    = 863$a (before '-')
num_last_vol_online     = 863$a (after '-')
num_first_issue_online  = ?
num_last_issue_online   = ?
title_url = 856$u
first_author = biblio.first_author
embargo_info = ?
coverage_depth = title_url ? 'fulltext' : 'print'
notes = $852$z
publisher_name = 260$b
publication_type = ?
date_monograph_published_print = ?
date_monograph_published_online = ?
monograph_volume = ?
monograph_edition = ?
first_editor = ?
parent_publication_title_id = ?
preceeding_publication_title_id = ?
access_type = ?

Note that title is not created (and so the resource) if a title from
this package already has a link to this bibliographic record.
Is that correct, or should we create another resource?

Should the import screen also have "start date" and "end date" to set for the
resource?

QA note: Ideally we would like to fetch the list from the REST API but the routes
are not there yet.

Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-11-08 09:44:20 -03:00
..
acqui Bug 32076: Add page-section to basketgroup.tt and clean-up markup 2022-11-03 10:02:07 -03:00
admin Bug 32030: Create eHolding titles from a list 2022-11-08 09:44:20 -03:00
authorities Bug 31877: Fix capitalization: "Delete this Tag" and "Repeat this Tag" 2022-11-02 19:24:29 -03:00
basket
batch
catalogue Bug 31967: Search terms retained in header search when only one result 2022-11-07 10:52:08 -03:00
cataloguing Bug 31987: (QA follow-up) Fix indentation and remove trailing spaces 2022-11-04 19:01:56 -03:00
circ Bug 24860: (QA follow-up) Ask for any available item of matching group 2022-11-04 19:41:46 -03:00
clubs Bug 31764: Add 'page-section' to patron clubs page 2022-10-17 08:01:24 -03:00
course_reserves
erm Bug 32030: Create eHolding titles from a list 2022-11-08 09:44:20 -03:00
errors
ill Bug 22321: Allow managing the borrowernumber tied to ILL request 2022-10-24 17:33:16 -03:00
installer
labels Bug 32085: Consistent classes for primary buttons: Labels 2022-11-04 19:16:18 -03:00
mana
members Bug 21381: Add serial enumeration to circulation/checkout history 2022-11-04 19:01:56 -03:00
offline_circ
onboarding
patron_lists Bug 31763: Add 'page-section' to patron lists page 2022-10-14 09:30:06 -03:00
patroncards
plugins
pos Bug 29987: (QA follow-up) Remove unused cnt attribute missing a filter 2022-10-21 10:18:54 -03:00
recalls
reports Bug 31753: Dialog boxes inside of modals don't seem wide enough 2022-10-21 10:19:39 -03:00
reserve Bug 24860: Add ability to select an item group when placing a hold 2022-11-04 19:39:55 -03:00
reviews
rotating_collections Bug 31911: (follow-up) Rename second level heading 2022-10-24 17:05:56 -03:00
serials
services
suggestion Bug 32038: Sidebar and footer style improvements on suggestions page 2022-11-02 19:20:29 -03:00
tags Bug 31767: Add 'page-section' to tags page 2022-10-17 08:00:57 -03:00
test
tools Bug 32037: Check for existence of object before building link 2022-11-04 19:18:54 -03:00
virtualshelves Bug 7960: Add class to item type descriptions so they can be hidden with CSS 2022-10-24 17:27:50 -03:00
about.tt
auth.tt Bug 30588: Add selenium tests 2022-10-21 11:36:58 -03:00
intranet-main.tt Bug 32030: Use 'E-Resource management' instead of 'Electronic resources management' 2022-11-08 09:43:55 -03:00