rangi
e21914e425
Added a findguarantor routine to search for the guarantor of a given borrower.
...
Probably it and findgurantees need to moved out to borrowers.pm
2001-11-26 00:41:34 +00:00
rangi
7a7465fe05
Author combined with Title search was not searching the series title field
...
Fixed now
2001-11-25 22:25:55 +00:00
rangi
79ebd030d6
Fixing reserve handling.
...
Mulitple copy reserves now handled correctly, and correct charges are being
applied
2001-11-25 20:17:53 +00:00
rangi
501cc61c85
Adding the facility to search on just dewey and class
2001-11-23 02:12:48 +00:00
tonnesen
3e37c422fc
Added code to determine mysqld version for possibility of converting
...
databases to MyISAM format
2001-11-19 23:28:59 +00:00
tonnesen
c910f99b9b
Added some more tables to the database updater. Modified barcode to be
...
20 characters long instead of 9.
2001-11-19 20:29:46 +00:00
tonnesen
95fb76586f
Script that will update existing databases, creating any new tables,
...
adding, modifying or removing any fields from existing tables.
This is in very early stages. Need to go through and ascertain which
tables and fields need to be added/modified. Also need to add a "backup"
before any modifications are made. Thoughts on this are welcome.
2001-11-19 18:26:50 +00:00
tonnesen
40e440ca7c
Minor changes
2001-11-06 18:25:30 +00:00
tonnesen
0f86cbbd93
Script that I'm using to check MARC record support.
2001-11-06 18:24:54 +00:00
tonnesen
0ac91af069
Working out problems with MARC record support.
2001-11-06 18:15:34 +00:00
tonnesen
bbaab2c754
Modified version of addbooks.pl that uses LCCN as base identifier instead
...
of ISBN. Should probably be merged with addbooks.pl so that the user can
enter either and ISBN _or_ and LCCN from the same form.
2001-11-06 18:15:00 +00:00
tonnesen
c1fcb1b4e9
Continuing work on Z39.50 search tool. Daemon now forks up to 12 processes
...
to do Z39.50 searches. Daemon will also wait to see if the user looks
beyond the first couple of pages of results, and will download more results
if necessary.
2001-11-06 18:13:59 +00:00
tonnesen
07e2e3780a
Minor cleanups. Needs testing. Starting to think about modifying
...
updatebiblio.pl to use this API.
2001-11-03 07:29:36 +00:00
tonnesen
f36ec98fd2
Z39.50 now stores list of servers to query in a database table.
2001-11-03 07:28:20 +00:00
tonnesen
6c764d7e29
Daemon to process the queue of pending Z39.50 searches. I still need
...
to come up with a way for this process to get launched. Looks like Koha
might need its first init script. :)
2001-11-02 21:40:01 +00:00
tonnesen
dc7619a111
Added Z39.50 searching capability, and MARC file uploading from workstation
...
using HTML forms. Z39.50 functionality requires the YAZ toolkit.
2001-11-02 21:21:25 +00:00
tonnesen
d89391dbd8
Use MARC controlnumber as a unique identifier for MARC records, in addition
...
to ISBN, ISSN, and LCCN.
2001-11-01 05:00:41 +00:00
tonnesen
aa97d73b39
Typo in printf format string was causing all issues to appear in the
...
Previous issues box and not in today's issues.
2001-10-10 19:28:05 +00:00
tonnesen
ef41a26a6c
Fixed bug where a biblioitem with a subclass but no dewey would get the
...
subclass erased when editing the biblioitem.
2001-10-10 19:27:00 +00:00
tonnesen
2d6a87c168
used CGI.pm's textfield function to create the notes text input box. Notes
...
with question marks '"' in them were getting deleted when an item was
modified.
2001-10-10 19:26:14 +00:00
tonnesen
e34beb3b68
Added rudimentary marc importing tool. Just takes a marc record and
...
converts to koha database. Does not keep data in marc format.
2001-10-05 21:27:46 +00:00
tonnesen
62821a4217
Removed duplicate viewmarc.pl from acqui.simple directory
2001-10-05 21:23:22 +00:00
tonnesen
72a30eee9d
Added simple acquisitions script
2001-10-05 21:19:29 +00:00
tonnesen
33ab2526f3
Changed search interface to allow searches on Illustrator. This is
...
apparently a common search in elementary school libraries.
2001-10-05 20:13:20 +00:00
tonnesen
1e2d6c40c3
Tested updateItem subroutine, made some better checks for Subfield_IDs and
...
Subfield_Keys when modifying MARC data based on changes to Koha data.
2001-09-27 20:39:59 +00:00
tonnesen
245d7a8adc
Started on updateItem subroutine.
2001-09-27 19:24:18 +00:00
rangi
5f6e10636c
Fixing member deletion, so that it checks fines, issues and guarantees
...
before deleting
2001-09-11 02:03:26 +00:00
rangi
89cbfd3cd0
Fixing a glitch that was showing the biblio notes field where the
...
biblioitems notes should have been displaying
2001-09-10 23:37:09 +00:00
rangi
be16259a1b
Changed the sorting of the hash of items on issue. To sort numerically, (so
...
10 comes after 2) Just a quick fix to get the items showing in date_due order
2001-08-17 07:54:38 +00:00
pawelzc
515d95b84f
Spelling and english language corrections.
2001-07-12 11:12:11 +00:00
rangi
985eb990fa
Script to delete a member/patron
2001-07-05 21:37:59 +00:00
rangi
e81f216f08
Fix to handle the delete call, redirects to deletemem.pl
2001-07-05 21:37:15 +00:00
rangi
3144358817
Modified so that the first available language is chosen if none is specified
2001-06-27 21:53:05 +00:00
tonnesen
b179127d7c
Finished updateBiblioItem subroutine
2001-06-26 22:27:12 +00:00
rangi
ecc63eda57
Scripts to permit koha webpages to display in different natural languages
...
Courtesy of Pawel Skuza
2001-06-26 22:13:50 +00:00
tonnesen
6269ad87bf
newBiblio subroutine completed.
2001-06-26 21:13:01 +00:00
tonnesen
aab6b66555
Added biblioitems table update when newBiblioItem() routine is called.
2001-06-26 20:17:35 +00:00
tonnesen
3f3ae4cda2
Beginning updateBiblio routine.
2001-06-26 17:15:13 +00:00
tonnesen
dafde2c286
Prototype marc record viewer and editor.
2001-06-25 20:15:44 +00:00
tonnesen
66e5d5d5db
A TODO file for MARC support
2001-06-25 20:12:02 +00:00
tonnesen
6650354d23
Added skeletons of update routines.
2001-06-25 19:43:59 +00:00
tonnesen
5976596553
Minor documentation changes.
2001-06-25 19:07:20 +00:00
tonnesen
4285d166ca
Perl script to convert existing Koha tables to the new MARC tables.
2001-06-25 18:55:28 +00:00
tonnesen
56a240a9f8
SQL commands to clear all of the MARC tables. This is terribly dangerous,
...
but I find it useful during the development work. :)
2001-06-25 18:54:12 +00:00
tonnesen
5ced43726a
Schema for MARC storage tables. Blatantly stolen from www.pytheas.org.
...
I also added the 0XX tables.
2001-06-25 18:52:33 +00:00
tonnesen
58b7c86d13
Cataloguing API. Very early draft at this point.
2001-06-25 18:49:34 +00:00
rangi
c74ad16d2e
Made a little change to allow the reading record to be sorted, and now
...
defaults to the last 50 items borrowed
2001-06-20 03:36:01 +00:00
rangi
177d7f994e
Changed the interim field in the items table, to be paidfor
...
The horowhenua librarians wanted a place to store information when a lost
item was paid for. The information is removed if the item is ever returned.
The interim field was a hangover from the previous system and wasnt be used
so I stole it :-)
2001-05-17 22:36:07 +00:00
rangi
2dc62d4bc4
More little bug fixes in the manual credits section
2001-05-15 23:05:43 +00:00
rangi
9eee24c9a2
Changed the way a lost book being returned is handled.
...
If the book has already been paid for a credit is added to their account.
And offset against any current charges
2001-05-09 23:29:00 +00:00