koha.git
22 years agoFixed a small problem in the <form>, not hidden inputs are getting passed
finlayt [Wed, 13 Mar 2002 21:07:41 +0000 (21:07 +0000)]
Fixed a small problem in the <form>, not hidden inputs are getting passed
correctly.

22 years agoRemoving reference to the FrontSearch subroutine as its never called
rangi [Wed, 13 Mar 2002 07:46:43 +0000 (07:46 +0000)]
Removing reference to the FrontSearch subroutine as its never called

22 years agoTidy up, removing deprecated routines
rangi [Wed, 13 Mar 2002 07:36:49 +0000 (07:36 +0000)]
Tidy up, removing deprecated routines

22 years agoDeprecated searching is all handled by search.pl
rangi [Wed, 13 Mar 2002 07:14:27 +0000 (07:14 +0000)]
Deprecated searching is all handled by search.pl

22 years agoGetting Iteminfo in Search to only display correct reserves (mainly used on
rangi [Wed, 13 Mar 2002 03:26:43 +0000 (03:26 +0000)]
Getting Iteminfo in Search to only display correct reserves (mainly used on
detail.pl) and another typo fix in moremember.pl

22 years agoTypo fix (doh!)
rangi [Wed, 13 Mar 2002 02:46:07 +0000 (02:46 +0000)]
Typo fix (doh!)

22 years agoFix so that reserves are only showing for the biblioitem not the biblio on
rangi [Wed, 13 Mar 2002 02:03:56 +0000 (02:03 +0000)]
Fix so that reserves are only showing for the biblioitem not the biblio on
the moremembers screen

22 years agoBranchtransfers.pl provides a form for entering barcodes and selecting a
finlayt [Tue, 12 Mar 2002 21:04:32 +0000 (21:04 +0000)]
Branchtransfers.pl provides a form for entering barcodes and selecting a
destination branch.

New rows are entered into the branchtransfers table for each item
"transfered".

22 years agoFix for manual invoices
rangi [Mon, 11 Mar 2002 03:36:41 +0000 (03:36 +0000)]
Fix for manual invoices

22 years agoscripts to manage parameters tables
tipaul [Tue, 5 Mar 2002 20:48:42 +0000 (20:48 +0000)]
scripts to manage parameters tables

22 years agoFixed apostrophe ' handling
rangi [Tue, 26 Feb 2002 09:31:14 +0000 (09:31 +0000)]
Fixed apostrophe ' handling

22 years agoFix for displaying prices
rangi [Tue, 26 Feb 2002 09:06:19 +0000 (09:06 +0000)]
Fix for displaying prices

22 years agoMaking a "fix" to normal title search
rangi [Wed, 20 Feb 2002 21:05:19 +0000 (21:05 +0000)]
Making a "fix" to normal title search

22 years agoPlaying with keyword search trying to speed it up more
rangi [Wed, 20 Feb 2002 20:53:29 +0000 (20:53 +0000)]
Playing with keyword search trying to speed it up more

22 years agoFixing bug in subject searching that was causing subjects with ' to break
rangi [Tue, 12 Feb 2002 21:31:41 +0000 (21:31 +0000)]
Fixing bug in subject searching that was causing subjects with ' to break
the search

22 years agoFixing bug that was duplicating additional authors, and a bug that was
rangi [Tue, 12 Feb 2002 21:07:21 +0000 (21:07 +0000)]
Fixing bug that was duplicating additional authors, and a bug that was
breaking the updating classicification field

22 years agoChanges from a long time ago that I don't even remember anymore. :)
tonnesen [Fri, 1 Feb 2002 18:00:28 +0000 (18:00 +0000)]
Changes from a long time ago that I don't even remember anymore.  :)

22 years agoAdded the facility to restrict a keyword search by dewey number
rangi [Wed, 12 Dec 2001 02:31:28 +0000 (02:31 +0000)]
Added the facility to restrict a keyword search by dewey number

22 years agoFixing error in keyword search (fixing my mistake from yesterday)
rangi [Tue, 27 Nov 2001 02:01:39 +0000 (02:01 +0000)]
Fixing error in keyword search (fixing my mistake from yesterday)

22 years agoFixing a bug in keyword search was duplicating results
rangi [Mon, 26 Nov 2001 04:33:42 +0000 (04:33 +0000)]
Fixing a bug in keyword search was duplicating results

22 years agoModify an adult with guarantees now modifies the guarantees also.
rangi [Mon, 26 Nov 2001 02:03:23 +0000 (02:03 +0000)]
Modify an adult with guarantees now modifies the guarantees also.
IE change of address effects the guarantees record as well

22 years agoAdded a findguarantor routine to search for the guarantor of a given borrower.
rangi [Mon, 26 Nov 2001 00:41:34 +0000 (00:41 +0000)]
Added a findguarantor routine to search for the guarantor of a given borrower.
Probably it and findgurantees need to moved out to borrowers.pm

22 years agoAuthor combined with Title search was not searching the series title field
rangi [Sun, 25 Nov 2001 22:25:55 +0000 (22:25 +0000)]
Author combined with Title search was not searching the series title field
Fixed now

22 years agoFixing reserve handling.
rangi [Sun, 25 Nov 2001 20:17:53 +0000 (20:17 +0000)]
Fixing reserve handling.
Mulitple copy reserves now handled correctly, and correct charges are being
applied

22 years agoAdding the facility to search on just dewey and class
rangi [Fri, 23 Nov 2001 02:12:48 +0000 (02:12 +0000)]
Adding the facility to search on just dewey and class

22 years agoAdded code to determine mysqld version for possibility of converting
tonnesen [Mon, 19 Nov 2001 23:28:59 +0000 (23:28 +0000)]
Added code to determine mysqld version for possibility of converting
databases to MyISAM format

22 years agoAdded some more tables to the database updater. Modified barcode to be
tonnesen [Mon, 19 Nov 2001 20:29:46 +0000 (20:29 +0000)]
Added some more tables to the database updater.  Modified barcode to be
20 characters long instead of 9.

22 years agoScript that will update existing databases, creating any new tables,
tonnesen [Mon, 19 Nov 2001 18:26:50 +0000 (18:26 +0000)]
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.

22 years agoMinor changes
tonnesen [Tue, 6 Nov 2001 18:25:30 +0000 (18:25 +0000)]
Minor changes

22 years agoScript that I'm using to check MARC record support.
tonnesen [Tue, 6 Nov 2001 18:24:54 +0000 (18:24 +0000)]
Script that I'm using to check MARC record support.

22 years agoWorking out problems with MARC record support.
tonnesen [Tue, 6 Nov 2001 18:15:34 +0000 (18:15 +0000)]
Working out problems with MARC record support.

22 years agoModified version of addbooks.pl that uses LCCN as base identifier instead
tonnesen [Tue, 6 Nov 2001 18:15:00 +0000 (18:15 +0000)]
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.

22 years agoContinuing work on Z39.50 search tool. Daemon now forks up to 12 processes
tonnesen [Tue, 6 Nov 2001 18:13:59 +0000 (18:13 +0000)]
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.

22 years agoMinor cleanups. Needs testing. Starting to think about modifying
tonnesen [Sat, 3 Nov 2001 07:29:36 +0000 (07:29 +0000)]
Minor cleanups.  Needs testing.  Starting to think about modifying
updatebiblio.pl to use this API.

22 years agoZ39.50 now stores list of servers to query in a database table.
tonnesen [Sat, 3 Nov 2001 07:28:20 +0000 (07:28 +0000)]
Z39.50 now stores list of servers to query in a database table.

22 years agoDaemon to process the queue of pending Z39.50 searches. I still need
tonnesen [Fri, 2 Nov 2001 21:40:01 +0000 (21:40 +0000)]
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.  :)

22 years agoAdded Z39.50 searching capability, and MARC file uploading from workstation
tonnesen [Fri, 2 Nov 2001 21:21:25 +0000 (21:21 +0000)]
Added Z39.50 searching capability, and MARC file uploading from workstation
using HTML forms.   Z39.50 functionality requires the YAZ toolkit.

22 years agoUse MARC controlnumber as a unique identifier for MARC records, in addition
tonnesen [Thu, 1 Nov 2001 05:00:41 +0000 (05:00 +0000)]
Use MARC controlnumber as a unique identifier for MARC records, in addition
to ISBN, ISSN, and LCCN.

22 years agoTypo in printf format string was causing all issues to appear in the
tonnesen [Wed, 10 Oct 2001 19:28:05 +0000 (19:28 +0000)]
Typo in printf format string was causing all issues to appear in the
Previous issues box and not in today's issues.

22 years agoFixed bug where a biblioitem with a subclass but no dewey would get the
tonnesen [Wed, 10 Oct 2001 19:27:00 +0000 (19:27 +0000)]
Fixed bug where a biblioitem with a subclass but no dewey would get the
subclass erased when editing the biblioitem.

22 years agoused CGI.pm's textfield function to create the notes text input box. Notes
tonnesen [Wed, 10 Oct 2001 19:26:14 +0000 (19:26 +0000)]
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.

22 years agoAdded rudimentary marc importing tool. Just takes a marc record and
tonnesen [Fri, 5 Oct 2001 21:27:46 +0000 (21:27 +0000)]
Added rudimentary marc importing tool.  Just takes a marc record and
converts to koha database.  Does not keep data in marc format.

22 years agoRemoved duplicate viewmarc.pl from acqui.simple directory
tonnesen [Fri, 5 Oct 2001 21:23:22 +0000 (21:23 +0000)]
Removed duplicate viewmarc.pl from acqui.simple directory

22 years agoAdded simple acquisitions script
tonnesen [Fri, 5 Oct 2001 21:19:29 +0000 (21:19 +0000)]
Added simple acquisitions script

22 years agoChanged search interface to allow searches on Illustrator. This is
tonnesen [Fri, 5 Oct 2001 20:13:20 +0000 (20:13 +0000)]
Changed search interface to allow searches on Illustrator.  This is
apparently a common search in elementary school libraries.

22 years agoTested updateItem subroutine, made some better checks for Subfield_IDs and
tonnesen [Thu, 27 Sep 2001 20:39:59 +0000 (20:39 +0000)]
Tested updateItem subroutine, made some better checks for Subfield_IDs and
Subfield_Keys when modifying MARC data based on changes to Koha data.

22 years agoStarted on updateItem subroutine.
tonnesen [Thu, 27 Sep 2001 19:24:18 +0000 (19:24 +0000)]
Started on updateItem subroutine.

22 years agoFixing member deletion, so that it checks fines, issues and guarantees
rangi [Tue, 11 Sep 2001 02:03:26 +0000 (02:03 +0000)]
Fixing member deletion, so that it checks fines, issues and guarantees
before deleting

22 years agoFixing a glitch that was showing the biblio notes field where the
rangi [Mon, 10 Sep 2001 23:37:09 +0000 (23:37 +0000)]
Fixing a glitch that was showing the biblio notes field where the
biblioitems notes should have been displaying

22 years agoChanged the sorting of the hash of items on issue. To sort numerically, (so
rangi [Fri, 17 Aug 2001 07:54:38 +0000 (07:54 +0000)]
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

22 years agoSpelling and english language corrections.
pawelzc [Thu, 12 Jul 2001 11:12:11 +0000 (11:12 +0000)]
Spelling and english language corrections.

22 years agoScript to delete a member/patron
rangi [Thu, 5 Jul 2001 21:37:59 +0000 (21:37 +0000)]
Script to delete a member/patron

22 years agoFix to handle the delete call, redirects to deletemem.pl
rangi [Thu, 5 Jul 2001 21:37:15 +0000 (21:37 +0000)]
Fix to handle the delete call, redirects to deletemem.pl

22 years agoModified so that the first available language is chosen if none is specified
rangi [Wed, 27 Jun 2001 21:53:05 +0000 (21:53 +0000)]
Modified so that the first available language is chosen if none is specified

22 years agoFinished updateBiblioItem subroutine
tonnesen [Tue, 26 Jun 2001 22:27:12 +0000 (22:27 +0000)]
Finished updateBiblioItem subroutine

22 years agoScripts to permit koha webpages to display in different natural languages
rangi [Tue, 26 Jun 2001 22:13:50 +0000 (22:13 +0000)]
Scripts to permit koha webpages to display in different natural languages
Courtesy of Pawel Skuza

22 years agonewBiblio subroutine completed.
tonnesen [Tue, 26 Jun 2001 21:13:01 +0000 (21:13 +0000)]
newBiblio subroutine completed.

22 years agoAdded biblioitems table update when newBiblioItem() routine is called.
tonnesen [Tue, 26 Jun 2001 20:17:35 +0000 (20:17 +0000)]
Added biblioitems table update when newBiblioItem() routine is called.

22 years agoBeginning updateBiblio routine.
tonnesen [Tue, 26 Jun 2001 17:15:13 +0000 (17:15 +0000)]
Beginning updateBiblio routine.

22 years agoPrototype marc record viewer and editor.
tonnesen [Mon, 25 Jun 2001 20:15:44 +0000 (20:15 +0000)]
Prototype marc record viewer and editor.

22 years agoA TODO file for MARC support
tonnesen [Mon, 25 Jun 2001 20:12:02 +0000 (20:12 +0000)]
A TODO file for MARC support

22 years agoAdded skeletons of update routines.
tonnesen [Mon, 25 Jun 2001 19:43:59 +0000 (19:43 +0000)]
Added skeletons of update routines.

22 years agoMinor documentation changes.
tonnesen [Mon, 25 Jun 2001 19:07:20 +0000 (19:07 +0000)]
Minor documentation changes.

22 years agoPerl script to convert existing Koha tables to the new MARC tables.
tonnesen [Mon, 25 Jun 2001 18:55:28 +0000 (18:55 +0000)]
Perl script to convert existing Koha tables to the new MARC tables.

22 years agoSQL commands to clear all of the MARC tables. This is terribly dangerous,
tonnesen [Mon, 25 Jun 2001 18:54:12 +0000 (18:54 +0000)]
SQL commands to clear all of the MARC tables.  This is terribly dangerous,
but I find it useful during the development work.  :)

22 years agoSchema for MARC storage tables. Blatantly stolen from www.pytheas.org.
tonnesen [Mon, 25 Jun 2001 18:52:33 +0000 (18:52 +0000)]
Schema for MARC storage tables.  Blatantly stolen from pytheas.org.
I also added the 0XX tables.

22 years agoCataloguing API. Very early draft at this point.
tonnesen [Mon, 25 Jun 2001 18:49:34 +0000 (18:49 +0000)]
Cataloguing API.  Very early draft at this point.

22 years agoMade a little change to allow the reading record to be sorted, and now
rangi [Wed, 20 Jun 2001 03:36:01 +0000 (03:36 +0000)]
Made a little change to allow the reading record to be sorted, and now
defaults to the last 50 items borrowed

23 years agoChanged the interim field in the items table, to be paidfor
rangi [Thu, 17 May 2001 22:36:07 +0000 (22:36 +0000)]
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 :-)

23 years agoMore little bug fixes in the manual credits section
rangi [Tue, 15 May 2001 23:05:43 +0000 (23:05 +0000)]
More little bug fixes in the manual credits section

23 years agoChanged the way a lost book being returned is handled.
rangi [Wed, 9 May 2001 23:29:00 +0000 (23:29 +0000)]
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

23 years agoSet up so marking a item lost, adds a charge for the replacement price to a
rangi [Wed, 9 May 2001 23:26:11 +0000 (23:26 +0000)]
Set up so marking a item lost, adds a charge for the replacement price to a
borrowers record (if it is on issue)

23 years agoFixed so renewing a rental item adds a charge
rangi [Wed, 9 May 2001 23:23:52 +0000 (23:23 +0000)]
Fixed so renewing a rental item adds a charge

23 years agoAdded facility to do a cash refund.
rangi [Wed, 9 May 2001 23:22:10 +0000 (23:22 +0000)]
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

23 years agoRenewing a rental or pay item from the borrowers record screen
rangi [Wed, 9 May 2001 00:05:57 +0000 (00:05 +0000)]
Renewing a rental or pay item from the borrowers record screen
Now adds a charge to the borrowers account

23 years agoSteve Tonnesen's K12Admin-specific (for the time-being) group based
tonnesen [Wed, 2 May 2001 23:06:44 +0000 (23:06 +0000)]
Steve Tonnesen's K12Admin-specific (for the time-being) group based
overdue reports.

23 years agoAdded an overdue variable to the itemdata returned by the currentissues
tonnesen [Wed, 2 May 2001 22:38:26 +0000 (22:38 +0000)]
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.)

23 years agoFixed the code that adds a credit or wipes a lost book charge from a
rangi [Wed, 2 May 2001 21:15:22 +0000 (21:15 +0000)]
Fixed the code that adds a credit or wipes a lost book charge from a
borrowers account if said book is returned

23 years agoAdded functions to add credits and invoices to borrowers account
rangi [Wed, 2 May 2001 21:13:15 +0000 (21:13 +0000)]
Added functions to add credits and invoices to borrowers account

23 years agoTurned off the tidy accounts feature in the view accounts screen
rangi [Wed, 2 May 2001 21:11:41 +0000 (21:11 +0000)]
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)

23 years agoScripts to add manual invoices, or credits to a borrower/member/patron's
rangi [Wed, 2 May 2001 21:08:56 +0000 (21:08 +0000)]
Scripts to add manual invoices, or credits to a borrower/member/patron's
account.
Called from boraccount.pl (ie the view account screen)

23 years agoFixed a bug in the return lost routine (when a payment is made on a lost item)
rangi [Tue, 1 May 2001 23:24:50 +0000 (23:24 +0000)]
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

23 years agoQuick bodge to restrict the number of returned books showing to 8.
rangi [Fri, 20 Apr 2001 00:31:02 +0000 (00:31 +0000)]
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

23 years agoAdd functionality so that when the replacement cost of a lost item is paid
rangi [Wed, 18 Apr 2001 02:51:18 +0000 (02:51 +0000)]
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

23 years agoMaking a change to the way charges are handled, the system originally worked such...
rangi [Tue, 3 Apr 2001 21:32:37 +0000 (21:32 +0000)]
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.

23 years agoReworking statistics for payments and writeoffs
rangi [Mon, 2 Apr 2001 22:51:26 +0000 (22:51 +0000)]
Reworking statistics for payments and writeoffs

23 years agoCommenting out the code that doesnt allow renewals if a renewal has already occured
rangi [Thu, 29 Mar 2001 02:11:36 +0000 (02:11 +0000)]
Commenting out the code that doesnt allow renewals if a renewal has already occured

23 years agoAdding in javscript code to open a new window for payments
rangi [Wed, 28 Mar 2001 03:00:56 +0000 (03:00 +0000)]
Adding in javscript code to open a new window for payments

23 years agoReworked layout of issues section.
rangi [Wed, 28 Mar 2001 02:23:03 +0000 (02:23 +0000)]
Reworked layout of issues section.

23 years agoGetting writeoff stats being stored as well
rangi [Tue, 27 Mar 2001 21:45:50 +0000 (21:45 +0000)]
Getting writeoff stats being stored as well

23 years agoModified the update stats routine to store borrowernumbers also
rangi [Tue, 27 Mar 2001 21:43:37 +0000 (21:43 +0000)]
Modified the update stats routine to store borrowernumbers also
Passing borrowernumbers to update stats from Account routines

23 years agoChanges made by Glen to allow the circulation module to work with a
rangi [Thu, 22 Mar 2001 22:20:29 +0000 (22:20 +0000)]
Changes made by Glen to allow the circulation module to work with a
ASCII-wand, or CueCat (weird encoded) input equally well.

Do not bother installing the CueCat driver or any other software - it's not
needed.

23 years agoScript to list overdue books under the headings
rangi [Sun, 18 Mar 2001 22:06:39 +0000 (22:06 +0000)]
Script to list overdue books under the headings
Due-Date Patron Phone Title Author

The patron can be email by clicking on the name (if the database contains an
email address for them)

Courtesy of Glen Stewart

23 years agoAdded code to allow searches to be used by catalogue maintenance
rangi [Thu, 15 Mar 2001 10:17:33 +0000 (10:17 +0000)]
Added code to allow searches to be used by catalogue maintenance

23 years agoAdded functionality to allow invalid itemtype to be fixed
rangi [Thu, 15 Mar 2001 10:15:51 +0000 (10:15 +0000)]
Added functionality to allow invalid itemtype to be fixed

23 years agoScript to shift a group to another biblio, called as part of catalogue maintenance
rangi [Thu, 15 Mar 2001 10:11:33 +0000 (10:11 +0000)]
Script to shift a group to another biblio, called as part of catalogue maintenance

23 years agoShifted catmaintain.pl to a dir that can be easily passowrd protected
rangi [Tue, 13 Mar 2001 22:41:21 +0000 (22:41 +0000)]
Shifted catmaintain.pl to a dir that can be easily passowrd protected

23 years agoGot undeleting biblios going (catalogue maintenance should probably be in a
rangi [Tue, 13 Mar 2001 22:04:04 +0000 (22:04 +0000)]
Got undeleting biblios going (catalogue maintenance should probably be in a
password protected super librarian area or the like)

23 years agoJust realised this is supposed to be in the acqui/ dir (doh)
rangi [Mon, 12 Mar 2001 23:33:25 +0000 (23:33 +0000)]
Just realised this is supposed to be in the acqui/ dir (doh)

23 years agoGlens updates to automatically increment barcode, and to remove hardcoded itemtypes...
rangi [Mon, 12 Mar 2001 23:32:47 +0000 (23:32 +0000)]
Glens updates to automatically increment barcode, and to remove hardcoded itemtypes in scripts