koha.git
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

23 years agoModified to include Glen Stewarts automatic member/patron cardnumber incrementation
rangi [Mon, 12 Mar 2001 23:29:44 +0000 (23:29 +0000)]
Modified to include Glen Stewarts automatic member/patron cardnumber incrementation

23 years agoScript from Glen Stewart, i think to do with simplified acqusitions module?
rangi [Mon, 12 Mar 2001 23:15:09 +0000 (23:15 +0000)]
Script from Glen Stewart, i think to do with simplified acqusitions module?
(correct me if im wrong glen)

23 years agoDatabase definition file, checked into cvs to make keeping database current easier
rangi [Mon, 12 Mar 2001 22:43:47 +0000 (22:43 +0000)]
Database definition file, checked into cvs to make keeping database current easier

23 years agoFixing stupid bug that was causing the sql insert command to break if a person had a '
rangi [Wed, 7 Mar 2001 21:12:47 +0000 (21:12 +0000)]
Fixing stupid bug that was causing the sql insert command to break if a person had a '
in their name

23 years agoChanging the form so it passes through a modify value to tell the script to show...
rangi [Wed, 7 Mar 2001 21:02:48 +0000 (21:02 +0000)]
Changing the form so it passes through a modify value to tell the script to show the flags

23 years agoAdded the functionality to allow librarians to manipulate the flag status on borrowers
rangi [Wed, 7 Mar 2001 01:48:48 +0000 (01:48 +0000)]
Added the functionality to allow librarians to manipulate the flag status on borrowers
ie lost, debarred, and gone no address

23 years agoFixing " glitch in titles
rangi [Tue, 6 Mar 2001 21:16:10 +0000 (21:16 +0000)]
Fixing " glitch in titles

23 years agoFixing a bug in the opac search that meant that titles that contained " were
rangi [Tue, 6 Mar 2001 21:13:00 +0000 (21:13 +0000)]
Fixing a bug in the opac search that meant that titles that contained " were
caused the detail page to error

23 years agoQuick fix to stop ppl from being able to delete biblios that have items attached
rangi [Tue, 27 Feb 2001 22:08:57 +0000 (22:08 +0000)]
Quick fix to stop ppl from being able to delete biblios that have items attached

23 years agoRejigged printing issues, to print out everything on issue to the borrower
rangi [Wed, 21 Feb 2001 22:33:48 +0000 (22:33 +0000)]
Rejigged printing issues, to print out everything on issue to the borrower

23 years agoFixed a little glitch in the daily stats script that meant it wasnt counting renewals
rangi [Wed, 21 Feb 2001 22:27:59 +0000 (22:27 +0000)]
Fixed a little glitch in the daily stats script that meant it wasnt counting renewals

23 years agoGot a link from items on issue thru to item details (like in the circ module)
rangi [Wed, 21 Feb 2001 22:17:58 +0000 (22:17 +0000)]
Got a link from items on issue thru to item details (like in the circ module)
And also stopped already renewed books from being renewable in the issues list

23 years agoLittle fix to the returnbook routine so the correct branchcode is passed to the updat...
rangi [Sun, 18 Feb 2001 22:13:26 +0000 (22:13 +0000)]
Little fix to the returnbook routine so the correct branchcode is passed to the updatestats routine

23 years agoA bodgy hack so that hitting enter in issues (with no barcode) prints out the borrowe...
rangi [Wed, 14 Feb 2001 02:41:43 +0000 (02:41 +0000)]
A bodgy hack so that hitting enter in issues (with no barcode) prints out the borrowers issue slip and starts a new borrower

23 years agoThe Horowhenua libraries wanted less patron and item information displaying at returns
rangi [Wed, 14 Feb 2001 00:29:17 +0000 (00:29 +0000)]
The Horowhenua libraries wanted less patron and item information displaying at returns
So Added some if statements to not display patron addresses, and to only display the title of the item
These presumably would be changed to suit individual libraries wants

23 years agoMade some changes to checkreserve and find_reserves, so that items are always display...
rangi [Wed, 14 Feb 2001 00:27:36 +0000 (00:27 +0000)]
Made some changes to checkreserve and find_reserves, so that items are always displayed as reserved when returned, not just once

23 years agoLittle fix so that if the item has no author information, empty () dont disply
rangi [Sun, 11 Feb 2001 22:44:34 +0000 (22:44 +0000)]
Little fix so that if the item has no author information, empty () dont disply

23 years agoChanging the front page search of the intranet site to just be a keyword search
rangi [Sun, 11 Feb 2001 22:38:17 +0000 (22:38 +0000)]
Changing the front page search of the intranet site to just be a keyword search

23 years agoAdded header and log substition variables
tonnesen [Wed, 7 Feb 2001 23:47:43 +0000 (23:47 +0000)]
Added header and log substition variables

23 years agoStart of code to implement virtual bookshelves in Koha.
tonnesen [Wed, 7 Feb 2001 20:27:16 +0000 (20:27 +0000)]
Start of code to implement virtual bookshelves in Koha.

23 years agoloadmodules.pl allows redirection to different modules based on systemprefs
tonnesen [Mon, 5 Feb 2001 18:48:15 +0000 (18:48 +0000)]
loadmodules.pl allows redirection to different modules based on systemprefs
Added subroutine in Search.pm load systemprefs from new systempreferences
table in database.  Initial use is to allow using my simplified acquisitions
module in place of vendor-based acquisitions module.  Default is vendor-based
module.

23 years agoAdded a couple of missing $dbh->disconnect lines that were logging errors
tonnesen [Mon, 5 Feb 2001 17:47:58 +0000 (17:47 +0000)]
Added a couple of missing $dbh->disconnect lines that were logging errors
in apache log files.

23 years agoFixed backgroundimage in circulation module. Background image now displays
tonnesen [Mon, 5 Feb 2001 17:24:13 +0000 (17:24 +0000)]
Fixed backgroundimage in circulation module.  Background image now displays
only in header lines.

23 years agoFixing printing error, now is printing all of the days issues for borrower
rangi [Sun, 4 Feb 2001 22:25:42 +0000 (22:25 +0000)]
Fixing printing error, now is printing all of the days issues for borrower

23 years agoMade sure the printer queue value was being set before calling print
rangi [Thu, 1 Feb 2001 04:09:11 +0000 (04:09 +0000)]
Made sure the printer queue value was being set before calling print

23 years agoAttempting to get issues slip to print when borrower is finished with
rangi [Thu, 1 Feb 2001 02:08:34 +0000 (02:08 +0000)]
Attempting to get issues slip to print when borrower is finished with

23 years agoFixed a bug that was meaning some payments werent counted
rangi [Wed, 31 Jan 2001 23:40:25 +0000 (23:40 +0000)]
Fixed a bug that was meaning some payments werent counted

23 years agoFixed a little bug in getiteminformation, it wasnt returning item loanlength
rangi [Wed, 31 Jan 2001 22:09:31 +0000 (22:09 +0000)]
Fixed a little bug in getiteminformation, it wasnt returning item loanlength

23 years agoAdded a line to Ouput.pm to enable circulation to use its own includes
rangi [Wed, 31 Jan 2001 21:38:43 +0000 (21:38 +0000)]
Added a line to Ouput.pm to enable circulation to use its own includes
Changed the look of circulation.pl to the green/yellow colours

Note: Steve, i added another variable $backgroundimage that sets the background image for the main tables, so it should be straightforward to change the look back to the colours you had if you want to

23 years agoChanged it so you cant renew a book that is on request, made a link from
rangi [Wed, 31 Jan 2001 19:34:12 +0000 (19:34 +0000)]
Changed it so you cant renew a book that is on request, made a link from
the on request text to the request(reserve) data

23 years agoMostly just look changes, got rid of table borders, alternating colors on
tonnesen [Wed, 31 Jan 2001 18:14:34 +0000 (18:14 +0000)]
Mostly just look changes, got rid of table borders, alternating colors on
table rows.  Some fixes to returned items in returns module.

23 years agoReturn itemlist array, and itemlisttext (text version of overdues) with
tonnesen [Wed, 31 Jan 2001 18:13:38 +0000 (18:13 +0000)]
Return itemlist array, and itemlisttext (text version of overdues) with
overdue flag in getpatroninformation()

23 years agoScript to generate overdue fines.
rangi [Fri, 26 Jan 2001 00:39:19 +0000 (00:39 +0000)]
Script to generate overdue fines.
Ideally run as a cronjob each night

23 years agoReturns module lists recently returned items, cookies used to store branch
tonnesen [Fri, 26 Jan 2001 00:17:00 +0000 (00:17 +0000)]
Returns module lists recently returned items, cookies used to store branch
and printer preferences.

23 years agoRefined Returns module.
tonnesen [Thu, 25 Jan 2001 00:01:34 +0000 (00:01 +0000)]
Refined Returns module.
Added ability to select branch and printer.
Fixed charges for rental items.

23 years agoChanges to web circulation module: rudimentary returns module, arbitrary
tonnesen [Tue, 23 Jan 2001 23:48:54 +0000 (23:48 +0000)]
Changes to web circulation module: rudimentary returns module, arbitrary
due date for issues, flag info displayed, overdue books are displayed in
red.

23 years agoFixed a bug in issuing reserved books. Was calling non-existent
tonnesen [Tue, 23 Jan 2001 00:12:49 +0000 (00:12 +0000)]
Fixed a bug in issuing reserved books.  Was calling non-existent
printreserve subroutine

23 years agoStarted work on a web-based circulation interface.
tonnesen [Mon, 22 Jan 2001 23:48:41 +0000 (23:48 +0000)]
Started work on a web-based circulation interface.

23 years agoAdded support for showing patron flags in the issues module.
tonnesen [Wed, 17 Jan 2001 23:45:50 +0000 (23:45 +0000)]
Added support for showing patron flags in the issues module.
Moved popup message windows to a Toplevel widget instead of a message
widget.  Toplevel widgets come up much faster than message widgets.

23 years agoFixing a glitch in the fines routine, was failing if adding a new fine to
rangi [Tue, 16 Jan 2001 23:34:29 +0000 (23:34 +0000)]
Fixing a glitch in the fines routine, was failing if adding a new fine to
the same user for the same item

23 years agoAPI for circulation modules
tonnesen [Mon, 15 Jan 2001 19:31:41 +0000 (19:31 +0000)]
API for circulation modules

23 years agoNow uses Circ2.pm generic interface subroutines.
tonnesen [Mon, 15 Jan 2001 19:22:19 +0000 (19:22 +0000)]
Now uses Circ2.pm generic interface subroutines.

23 years agoMoved returned item list from a scrolled text box to a scrolled table.
tonnesen [Tue, 9 Jan 2001 20:47:39 +0000 (20:47 +0000)]
Moved returned item list from a scrolled text box to a scrolled table.

23 years agoFirst release of Perl/Tk circulation interface
tonnesen [Tue, 9 Jan 2001 17:36:51 +0000 (17:36 +0000)]
First release of Perl/Tk circulation interface

23 years agoRenamed koha.conf config entry from "path" to "includes", which is more
tonnesen [Fri, 5 Jan 2001 17:47:20 +0000 (17:47 +0000)]
Renamed koha.conf config entry from "path" to "includes", which is more
meaningful in the koha.conf file.

23 years agoModified getbranch() and getprinter() subroutines to not pop up a menu if
tonnesen [Fri, 5 Jan 2001 17:39:25 +0000 (17:39 +0000)]
Modified getbranch() and getprinter() subroutines to not pop up a menu if
there is only one branch or one printer, but just select the single option
automatically.

23 years agoAdded support for moving path=... variable to /etc/koha.conf
tonnesen [Fri, 5 Jan 2001 16:30:45 +0000 (16:30 +0000)]
Added support for moving path=... variable to /etc/koha.conf

23 years agoShifted Database connection variables out into a configuration file
rangi [Thu, 21 Dec 2000 19:56:43 +0000 (19:56 +0000)]
Shifted Database connection variables out into a configuration file
The permissions on this config file should also be strict, since they contain
the database password.
At a minimum, the apache user needs to be able to read it, as well as any other user that runs circ.
I would suggest ownership of www-data.libadmins with no access to others.
libadmins contain all users that use circ

destined for v1.08

23 years agoInitial revision
rangi [Tue, 19 Dec 2000 23:45:51 +0000 (23:45 +0000)]
Initial revision