road to 1.3.2. Full rewrite of marcimport.pl.
authortipaul <tipaul>
Tue, 15 Oct 2002 10:14:43 +0000 (10:14 +0000)
committertipaul <tipaul>
Tue, 15 Oct 2002 10:14:43 +0000 (10:14 +0000)
commit2745c7b2182e585dc8f7a08d6498bfb714b49cbe
tree05251067ce158793179e52db891ff3707be6ca96
parentd5d09d1c9cd8d8879a2f77c93d9ee5691f3176ab
road to 1.3.2. Full rewrite of marcimport.pl.
The acquisition system in MARC version will work like this :
* marcimport will put marc records into a "breeding farm" table.
* when the user want to add a biblio, he enters first the ISBN/ISSN of the biblio. koha searches into breeding farm and if the record exists, it is shown to the user to help him adding the biblio. When the biblio is added, it's deleted from the breeding farm.

This commit :
* modify acqui.simple home page  (addbooks.pl)
* adds import into breeding farm

Please note that :
* z3950 functionnality is dropped from "marcimport" will be added somewhere else.
* templates are in a new acqui.simple sub directory, and the marcimport template directory will become obsolete soon.I think this is more logic
acqui.simple/addbooks.pl
acqui.simple/marcimport.pl
koha-tmpl/intranet-tmpl/default/en/acqui.simple/addbooks.tmpl [new file with mode: 0644]
koha-tmpl/intranet-tmpl/default/en/acqui.simple/marcimport.tmpl [new file with mode: 0644]