Now, the acqui.simple system...
authortipaul <tipaul>
Wed, 24 Jul 2002 16:24:20 +0000 (16:24 +0000)
committertipaul <tipaul>
Wed, 24 Jul 2002 16:24:20 +0000 (16:24 +0000)
commit64dae2746d16af60e7080f228fcde51798a8c938
treeaf2d5e0bc034b6bcd15d1c8f17b29288cf3359e7
parent9fb81afb858bf8e1eef159ecc2ea3db13cf1c5f5
Now, the acqui.simple system...
marcimport.pl has been almost completly rewritten, so LOT OF BUGS TO COME !!! You've been warned. It seems to work, but...

As with my former messages, nothing seems to have been changed... but ...
* marcimport now uses HTML::Template.
* marcimport now uses MARC::Record. that means that when you import a record, the old-DB is populated with the data as in version 1.2, but the MARC-DB part is filled with full MARC::Record.

<IMPORTANT NOTE>
to get correct response times, you MUST add an index on isbn, issn and lccn rows in biblioitem table. Note this should be done in 1.2 too...
</IMPORTANT NOTE>

<IMPORTANT NOTE2>
acqui.simple manage biblio, biblioitems and items tables quite properly. Normal acquisition system manages biblio, biblioitems BUT NOT items. That will be done in the near future...
</IMPORTANT NOTE2>

what's next now ?
* bug tracking, of course... Surely a dozen of dozens...
* LOT of developpments, i'll surely write a mail to koha-devel tomorrow (as it's time for dinner in France, and i plan to play NeverwinterNights after dinner ;-) ...
acqui.simple/addbooks.pl
acqui.simple/addbookslccn.pl
acqui.simple/additem.pl
acqui.simple/bulkmarcimport.pl
acqui.simple/isbnsearch.pl
acqui.simple/keywordsearch.pl
acqui.simple/marcimport.pl
acqui.simple/savebiblio.pl
acqui.simple/saveitem.pl
acqui.simple/viewmarc.pl
acqui.simple/websitesearch.pl