Commit graph

2114 commits

Author SHA1 Message Date
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
rangi
174e7870da Set up so marking a item lost, adds a charge for the replacement price to a
borrowers record (if it is on issue)
2001-05-09 23:26:11 +00:00
rangi
696c44c641 Fixed so renewing a rental item adds a charge 2001-05-09 23:23:52 +00:00
rangi
a254455342 Added facility to do a cash refund.
Also HLT allows ppl to work off their bill,so added a facility to do manual
credit for that
2001-05-09 23:22:10 +00:00
rangi
f72283e23f Renewing a rental or pay item from the borrowers record screen
Now adds a charge to the borrowers account
2001-05-09 00:05:57 +00:00
tonnesen
91ac7223f6 Steve Tonnesen's K12Admin-specific (for the time-being) group based
overdue reports.
2001-05-02 23:06:44 +00:00
tonnesen
3fd3b300c4 Added an overdue variable to the itemdata returned by the currentissues
subroutine.  This makes it easier to pick out overdue items in other
modules (ie circulation, reports, etc.)
2001-05-02 22:38:26 +00:00
rangi
4680c9e98a Fixed the code that adds a credit or wipes a lost book charge from a
borrowers account if said book is returned
2001-05-02 21:15:22 +00:00
rangi
462acc56e4 Added functions to add credits and invoices to borrowers account 2001-05-02 21:13:15 +00:00
rangi
ce15a83f74 Turned off the tidy accounts feature in the view accounts screen
(boraccount.pl)
And got it so outstanding credits are shown on the moremember.pl (view
member screen)
2001-05-02 21:11:41 +00:00
rangi
d0edf609e6 Scripts to add manual invoices, or credits to a borrower/member/patron's
account.
Called from boraccount.pl (ie the view account screen)
2001-05-02 21:08:56 +00:00
rangi
8f0109b7c8 Fixed a bug in the return lost routine (when a payment is made on a lost item)
So that the correct date was being recorded
2001-05-01 23:24:50 +00:00
rangi
a28629608b Quick bodge to restrict the number of returned books showing to 8.
(Request from the librarians here to speed up the screen reload)
Needs to be tidied up
2001-04-20 00:31:02 +00:00
rangi
5f8d3937df Add functionality so that when the replacement cost of a lost item is paid
Its returned off the members/patrons card. And a note is placed on the item
saying that its been paid for.
The item stays marked as lost. But the patron does not accrue more fines
2001-04-18 02:51:18 +00:00
rangi
b2c9dabcf1 Making a change to the way charges are handled, the system originally worked such that if a borrower owed more than $5 issues werent allowed. This worked fine except that often borrowers wish to borrows say 3 pay videos at $2 each, then 2 books say. The three pay videos rack up charges of $6 and then they cant issue the books until that is paid.
Reworked so that it cares about previous charges, not the ones accrued during current issue process.
2001-04-03 21:32:37 +00:00