]> git.koha-community.org Git - koha.git/commit
(bug #3370) add keyword to MARC field mapping
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Tue, 30 Jun 2009 14:04:05 +0000 (16:04 +0200)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Sat, 19 Sep 2009 20:31:34 +0000 (22:31 +0200)
commitb21a5bdadce5ac15bf2deaba47ae57e56ca3bc4f
tree6d8f5827b0ac821d55b4c5368ff4309caeb770b4
parent2152d95b3c6b0be2849ef75ca1972fa517022fe7
(bug #3370) add keyword to MARC field mapping

This add the support of keyword => MARC field mapping, ton abstract the relation between human readable fields like subtitle, title, authors, location, ... and MARC fields in each framework.
This will allow to koha developper to be more flexible with each framework and don't care about the MARC flavour, just require some "keywords" to the user.

Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/Biblio.pm
admin/fieldmapping.pl [new file with mode: 0755]
installer/data/mysql/kohastructure.sql
installer/data/mysql/updatedatabase30.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/admin-home.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/fieldmapping.tmpl [new file with mode: 0644]
kohaversion.pl