]>
git.koha-community.org Git - koha.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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.
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
rangi [Thu, 15 Mar 2001 10:17:33 +0000 (10:17 +0000)]
Added code to allow searches to be used by catalogue maintenance
rangi [Thu, 15 Mar 2001 10:15:51 +0000 (10:15 +0000)]
Added functionality to allow invalid itemtype to be fixed
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
rangi [Tue, 13 Mar 2001 22:41:21 +0000 (22:41 +0000)]
Shifted catmaintain.pl to a dir that can be easily passowrd protected
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)
rangi [Mon, 12 Mar 2001 23:33:25 +0000 (23:33 +0000)]
Just realised this is supposed to be in the acqui/ dir (doh)
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
rangi [Mon, 12 Mar 2001 23:29:44 +0000 (23:29 +0000)]
Modified to include Glen Stewarts automatic member/patron cardnumber incrementation
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)
rangi [Mon, 12 Mar 2001 22:43:47 +0000 (22:43 +0000)]
Database definition file, checked into cvs to make keeping database current easier
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
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
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
rangi [Tue, 6 Mar 2001 21:16:10 +0000 (21:16 +0000)]
Fixing " glitch in titles
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
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
rangi [Wed, 21 Feb 2001 22:33:48 +0000 (22:33 +0000)]
Rejigged printing issues, to print out everything on issue to the borrower
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
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
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
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
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
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
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
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
tonnesen [Wed, 7 Feb 2001 23:47:43 +0000 (23:47 +0000)]
Added header and log substition variables
tonnesen [Wed, 7 Feb 2001 20:27:16 +0000 (20:27 +0000)]
Start of code to implement virtual bookshelves in Koha.
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.
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.
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.
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
rangi [Thu, 1 Feb 2001 04:09:11 +0000 (04:09 +0000)]
Made sure the printer queue value was being set before calling print
rangi [Thu, 1 Feb 2001 02:08:34 +0000 (02:08 +0000)]
Attempting to get issues slip to print when borrower is finished with
rangi [Wed, 31 Jan 2001 23:40:25 +0000 (23:40 +0000)]
Fixed a bug that was meaning some payments werent counted
rangi [Wed, 31 Jan 2001 22:09:31 +0000 (22:09 +0000)]
Fixed a little bug in getiteminformation, it wasnt returning item loanlength
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
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
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.
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()
rangi [Fri, 26 Jan 2001 00:39:19 +0000 (00:39 +0000)]
Script to generate overdue fines.
Ideally run as a cronjob each night
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.
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.
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.
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
tonnesen [Mon, 22 Jan 2001 23:48:41 +0000 (23:48 +0000)]
Started work on a web-based circulation interface.
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.
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
tonnesen [Mon, 15 Jan 2001 19:31:41 +0000 (19:31 +0000)]
API for circulation modules
tonnesen [Mon, 15 Jan 2001 19:22:19 +0000 (19:22 +0000)]
Now uses Circ2.pm generic interface subroutines.
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.
tonnesen [Tue, 9 Jan 2001 17:36:51 +0000 (17:36 +0000)]
First release of Perl/Tk circulation interface
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.
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.
tonnesen [Fri, 5 Jan 2001 16:30:45 +0000 (16:30 +0000)]
Added support for moving path=... variable to /etc/koha.conf
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
rangi [Tue, 19 Dec 2000 23:45:51 +0000 (23:45 +0000)]
Initial revision