Koha/acqui.simple
tipaul 2745c7b218 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
2002-10-15 10:14:43 +00:00
..
addbiblio.pl Added magic RCS comment. 2002-10-13 07:31:21 +00:00
addbooks.pl road to 1.3.2. Full rewrite of marcimport.pl. 2002-10-15 10:14:43 +00:00
addbookslccn.pl Added magic RCS comment. 2002-10-13 07:31:21 +00:00
additem.pl Added magic RCS comment. 2002-10-13 07:31:21 +00:00
bulkmarcimport.pl Added a FIXME comment. 2002-10-13 06:30:01 +00:00
isbnsearch.pl Added copyright statement to all .pl and .pm files 2002-08-14 18:12:50 +00:00
keywordsearch.pl Added copyright statement to all .pl and .pm files 2002-08-14 18:12:50 +00:00
marcimport.pl road to 1.3.2. Full rewrite of marcimport.pl. 2002-10-15 10:14:43 +00:00
processz3950queue Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
savebiblio.pl Added copyright statement to all .pl and .pm files 2002-08-14 18:12:50 +00:00
saveitem.pl Added magic RCS comment. 2002-10-13 07:31:21 +00:00
viewmarc.pl Added magic RCS comment. 2002-10-13 07:45:05 +00:00
websitesearch.pl Added copyright statement to all .pl and .pm files 2002-08-14 18:12:50 +00:00
z3950-daemon-launch.sh merging changes from rel-1-2 2002-07-02 22:08:50 +00:00
z3950-daemon-shell.sh merging changes from rel-1-2 2002-07-02 22:08:50 +00:00