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