Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin
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
..
preferences Bug 32030: Make the ERMProviders syspref multivaluated 2022-11-08 09:44:09 -03:00
searchengine/elasticsearch Bug 31887: Fix search on MARC field in Elasticsearch mappings table 2022-11-04 19:57:07 -03:00
additional-fields.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
admin-home.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
adveditorshortcuts.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
aqbudgetperiods.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
aqbudgets.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
aqcontract.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
aqplan.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
audio_alerts.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
auth_subfields_structure.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
auth_tag_structure.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
authorised_values.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
authtypes.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
background_jobs.tt Bug 32030: Create eHolding titles from a list 2022-11-08 09:44:20 -03:00
biblio_framework.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
branch_transfer_limits.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
branches.tt Bug 31654: (follow-up) Update hint 2022-11-04 19:24:14 -03:00
cash_registers.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
categories.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
checkmarc.tt Bug 31986: Add page-section to various administration pages 2022-10-28 16:40:56 -03:00
cities.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
classsources.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
clone-rules.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
columns_settings.tt Bug 32030: Use 'E-Resource management' instead of 'Electronic resources management' 2022-11-08 09:43:55 -03:00
credit_types.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
curbside_pickup.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
currency.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
debit_types.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
desks.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
didyoumean.tt Bug 32002: Make submit button yellow on administration > Did you mean? 2022-11-02 19:39:38 -03:00
edi_accounts.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
edi_ean_accounts.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
item_circulation_alerts.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
items_search_field.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
items_search_fields.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
itemtypes.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
koha2marclinks.tt Bug 31986: Add page-section to various administration pages 2022-10-28 16:40:56 -03:00
library_groups.tt Bug 31940: Add page-section to library-groups 2022-10-24 17:25:54 -03:00
localization.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
marc-overlay-rules.tt Bug 31986: Add page-section to various administration pages 2022-10-28 16:40:56 -03:00
marc_subfields_structure.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
marctagstructure.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
matching-rules.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
oai_set_mappings.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
oai_sets.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
overdrive.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
patron-attr-types.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
preferences.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
restrictions.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
search_filters.tt Bug 17170: (follow-up) Adjust for RM follow-ups 2022-10-21 11:15:24 -03:00
share_content.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
smart-rules.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
sms_providers.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
smtp_servers.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
sru_modmapping.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
sru_modmapping_auth.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
systempreferences.tt Bug 32006: Add page-section for local use system preferences 2022-11-03 09:52:38 -03:00
transfer_limits.tt Bug 30952: (follow-up) Undo change to Home breadcrumb 2022-10-12 16:00:45 -03:00
transport-cost-matrix.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
usage_statistics.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00
z3950servers.tt Bug 32068: Consistent classes for primary buttons: Administration 2022-11-02 19:36:41 -03:00