rangi
d467a100b2
Script to shift a group to another biblio, called as part of catalogue maintenance
2001-03-15 10:11:33 +00:00
rangi
003f583b43
Shifted catmaintain.pl to a dir that can be easily passowrd protected
2001-03-13 22:41:21 +00:00
rangi
4d35327d19
Got undeleting biblios going (catalogue maintenance should probably be in a
...
password protected super librarian area or the like)
2001-03-13 22:04:04 +00:00
rangi
96ca30a8ad
Just realised this is supposed to be in the acqui/ dir (doh)
2001-03-12 23:33:25 +00:00
rangi
f941988e05
Glens updates to automatically increment barcode, and to remove hardcoded itemtypes in scripts
2001-03-12 23:32:47 +00:00
rangi
17bf0d8b9d
Modified to include Glen Stewarts automatic member/patron cardnumber incrementation
2001-03-12 23:29:44 +00:00
rangi
e0389bac11
Script from Glen Stewart, i think to do with simplified acqusitions module?
...
(correct me if im wrong glen)
2001-03-12 23:15:09 +00:00
rangi
eac3a7b19a
Database definition file, checked into cvs to make keeping database current easier
2001-03-12 22:43:47 +00:00
rangi
c79e7cd4c9
Fixing stupid bug that was causing the sql insert command to break if a person had a '
...
in their name
2001-03-07 21:12:47 +00:00
rangi
60debf9886
Changing the form so it passes through a modify value to tell the script to show the flags
2001-03-07 21:02:48 +00:00
rangi
c8b9187aed
Added the functionality to allow librarians to manipulate the flag status on borrowers
...
ie lost, debarred, and gone no address
2001-03-07 01:48:48 +00:00
rangi
77e0a9ef76
Fixing " glitch in titles
2001-03-06 21:16:10 +00:00
rangi
6c57284b78
Fixing a bug in the opac search that meant that titles that contained " were
...
caused the detail page to error
2001-03-06 21:13:00 +00:00
rangi
2122d767a4
Quick fix to stop ppl from being able to delete biblios that have items attached
2001-02-27 22:08:57 +00:00
rangi
cc578cfd59
Rejigged printing issues, to print out everything on issue to the borrower
2001-02-21 22:33:48 +00:00
rangi
78418007fe
Fixed a little glitch in the daily stats script that meant it wasnt counting renewals
2001-02-21 22:27:59 +00:00
rangi
d413475697
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
2001-02-21 22:17:58 +00:00
rangi
6bd59eeef7
Little fix to the returnbook routine so the correct branchcode is passed to the updatestats routine
2001-02-18 22:13:26 +00:00
rangi
3271ec126d
A bodgy hack so that hitting enter in issues (with no barcode) prints out the borrowers issue slip and starts a new borrower
2001-02-14 02:41:43 +00:00
rangi
aab933707f
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
2001-02-14 00:29:17 +00:00
rangi
de38567887
Made some changes to checkreserve and find_reserves, so that items are always displayed as reserved when returned, not just once
2001-02-14 00:27:36 +00:00
rangi
2db02a8285
Little fix so that if the item has no author information, empty () dont disply
2001-02-11 22:44:34 +00:00
rangi
17ab6b0b68
Changing the front page search of the intranet site to just be a keyword search
2001-02-11 22:38:17 +00:00
tonnesen
401aada2ac
Added header and log substition variables
2001-02-07 23:47:43 +00:00
tonnesen
1159649fe8
Start of code to implement virtual bookshelves in Koha.
2001-02-07 20:27:16 +00:00
tonnesen
0d4c0ffb84
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.
2001-02-05 18:48:15 +00:00
tonnesen
ee184dc80b
Added a couple of missing $dbh->disconnect lines that were logging errors
...
in apache log files.
2001-02-05 17:47:58 +00:00
tonnesen
ad16590c11
Fixed backgroundimage in circulation module. Background image now displays
...
only in header lines.
2001-02-05 17:24:13 +00:00
rangi
3b07c5bf30
Fixing printing error, now is printing all of the days issues for borrower
2001-02-04 22:25:42 +00:00
rangi
866118ff98
Made sure the printer queue value was being set before calling print
2001-02-01 04:09:11 +00:00
rangi
cf3086c7da
Attempting to get issues slip to print when borrower is finished with
2001-02-01 02:08:34 +00:00
rangi
5d1a98aa79
Fixed a bug that was meaning some payments werent counted
2001-01-31 23:40:25 +00:00
rangi
74aa1d1edd
Fixed a little bug in getiteminformation, it wasnt returning item loanlength
2001-01-31 22:09:31 +00:00
rangi
dea0fd150d
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
2001-01-31 21:38:43 +00:00
rangi
58a8ef5bbb
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
2001-01-31 19:34:12 +00:00
tonnesen
e371a7114f
Mostly just look changes, got rid of table borders, alternating colors on
...
table rows. Some fixes to returned items in returns module.
2001-01-31 18:14:34 +00:00
tonnesen
f7953fecf3
Return itemlist array, and itemlisttext (text version of overdues) with
...
overdue flag in getpatroninformation()
2001-01-31 18:13:38 +00:00
rangi
caa03b5380
Script to generate overdue fines.
...
Ideally run as a cronjob each night
2001-01-26 00:39:19 +00:00
tonnesen
ee5ba729f3
Returns module lists recently returned items, cookies used to store branch
...
and printer preferences.
2001-01-26 00:17:00 +00:00
tonnesen
d389b68e6d
Refined Returns module.
...
Added ability to select branch and printer.
Fixed charges for rental items.
2001-01-25 00:01:34 +00:00
tonnesen
eaa9677292
Changes to web circulation module: rudimentary returns module, arbitrary
...
due date for issues, flag info displayed, overdue books are displayed in
red.
2001-01-23 23:48:54 +00:00
tonnesen
3186e690ce
Fixed a bug in issuing reserved books. Was calling non-existent
...
printreserve subroutine
2001-01-23 00:12:49 +00:00
tonnesen
7c52cda9d6
Started work on a web-based circulation interface.
2001-01-22 23:48:41 +00:00
tonnesen
e6d86cdd17
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.
2001-01-17 23:45:50 +00:00
rangi
e6fb400c7d
Fixing a glitch in the fines routine, was failing if adding a new fine to
...
the same user for the same item
2001-01-16 23:34:29 +00:00
tonnesen
e16ba0cb0a
API for circulation modules
2001-01-15 19:31:41 +00:00
tonnesen
40397605a1
Now uses Circ2.pm generic interface subroutines.
2001-01-15 19:22:19 +00:00
tonnesen
01f6f6a796
Moved returned item list from a scrolled text box to a scrolled table.
2001-01-09 20:47:39 +00:00
tonnesen
2933044c47
First release of Perl/Tk circulation interface
2001-01-09 17:36:51 +00:00
tonnesen
8b421dd4cc
Renamed koha.conf config entry from "path" to "includes", which is more
...
meaningful in the koha.conf file.
2001-01-05 17:47:20 +00:00