Shifted catmaintain.pl to a dir that can be easily passowrd protected |
|
More...
|
over 24 years ago
|
Got undeleting biblios going (catalogue maintenance should probably be in a password protected super librarian area or the like) |
|
More...
|
over 24 years ago
|
Just realised this is supposed to be in the acqui/ dir (doh) |
|
More...
|
over 24 years ago
|
Glens updates to automatically increment barcode, and to remove hardcoded itemtypes in scripts |
|
More...
|
over 24 years ago
|
Modified to include Glen Stewarts automatic member/patron cardnumber incrementation |
|
More...
|
over 24 years ago
|
Script from Glen Stewart, i think to do with simplified acqusitions module? (correct me if im wrong glen) |
|
More...
|
over 24 years ago
|
Database definition file, checked into cvs to make keeping database current easier |
|
More...
|
over 24 years ago
|
Fixing stupid bug that was causing the sql insert command to break if a person had a ' in their name |
|
More...
|
over 24 years ago
|
Changing the form so it passes through a modify value to tell the script to show the flags |
|
More...
|
over 24 years ago
|
Added the functionality to allow librarians to manipulate the flag status on borrowers ie lost, debarred, and gone no address |
|
More...
|
over 24 years ago
|
Fixing " glitch in titles |
|
More...
|
over 24 years ago
|
Fixing a bug in the opac search that meant that titles that contained " were caused the detail page to error |
|
More...
|
over 24 years ago
|
Quick fix to stop ppl from being able to delete biblios that have items attached |
|
More...
|
over 24 years ago
|
Rejigged printing issues, to print out everything on issue to the borrower |
|
More...
|
over 24 years ago
|
Fixed a little glitch in the daily stats script that meant it wasnt counting renewals |
|
More...
|
over 24 years ago
|
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 |
|
More...
|
over 24 years ago
|
Little fix to the returnbook routine so the correct branchcode is passed to the updatestats routine |
|
More...
|
over 24 years ago
|
A bodgy hack so that hitting enter in issues (with no barcode) prints out the borrowers issue slip and starts a new borrower |
|
More...
|
over 24 years ago
|
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 |
|
More...
|
over 24 years ago
|
Made some changes to checkreserve and find_reserves, so that items are always displayed as reserved when returned, not just once |
|
More...
|
over 24 years ago
|
Little fix so that if the item has no author information, empty () dont disply |
|
More...
|
over 24 years ago
|
Changing the front page search of the intranet site to just be a keyword search |
|
More...
|
over 24 years ago
|
Added header and log substition variables |
|
More...
|
over 24 years ago
|
Start of code to implement virtual bookshelves in Koha. |
|
More...
|
over 24 years ago
|
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. |
|
More...
|
over 24 years ago
|
Added a couple of missing $dbh->disconnect lines that were logging errors in apache log files. |
|
More...
|
over 24 years ago
|
Fixed backgroundimage in circulation module. Background image now displays only in header lines. |
|
More...
|
over 24 years ago
|
Fixing printing error, now is printing all of the days issues for borrower |
|
More...
|
over 24 years ago
|
Made sure the printer queue value was being set before calling print |
|
More...
|
over 24 years ago
|
Attempting to get issues slip to print when borrower is finished with |
|
More...
|
over 24 years ago
|