Commit graph

19829 commits

Author SHA1 Message Date
rangi
9eee24c9a2 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
2001-05-09 23:29:00 +00:00
rangi
174e7870da Set up so marking a item lost, adds a charge for the replacement price to a
borrowers record (if it is on issue)
2001-05-09 23:26:11 +00:00
rangi
696c44c641 Fixed so renewing a rental item adds a charge 2001-05-09 23:23:52 +00:00
rangi
a254455342 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
2001-05-09 23:22:10 +00:00
rangi
f72283e23f Renewing a rental or pay item from the borrowers record screen
Now adds a charge to the borrowers account
2001-05-09 00:05:57 +00:00
tonnesen
91ac7223f6 Steve Tonnesen's K12Admin-specific (for the time-being) group based
overdue reports.
2001-05-02 23:06:44 +00:00
tonnesen
3fd3b300c4 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.)
2001-05-02 22:38:26 +00:00
rangi
4680c9e98a Fixed the code that adds a credit or wipes a lost book charge from a
borrowers account if said book is returned
2001-05-02 21:15:22 +00:00
rangi
462acc56e4 Added functions to add credits and invoices to borrowers account 2001-05-02 21:13:15 +00:00
rangi
ce15a83f74 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)
2001-05-02 21:11:41 +00:00
rangi
d0edf609e6 Scripts to add manual invoices, or credits to a borrower/member/patron's
account.
Called from boraccount.pl (ie the view account screen)
2001-05-02 21:08:56 +00:00
rangi
8f0109b7c8 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
2001-05-01 23:24:50 +00:00
rangi
a28629608b 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
2001-04-20 00:31:02 +00:00
rangi
5f8d3937df 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
2001-04-18 02:51:18 +00:00
rangi
b2c9dabcf1 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.
2001-04-03 21:32:37 +00:00
rangi
fb870fb2c8 Reworking statistics for payments and writeoffs 2001-04-02 22:51:26 +00:00
rangi
d8c989af63 Commenting out the code that doesnt allow renewals if a renewal has already occured 2001-03-29 02:11:36 +00:00
rangi
3604bdd166 Adding in javscript code to open a new window for payments 2001-03-28 03:00:56 +00:00
rangi
fe1fab2ab5 Reworked layout of issues section. 2001-03-28 02:23:03 +00:00
rangi
bddf85dc97 Getting writeoff stats being stored as well 2001-03-27 21:45:50 +00:00
rangi
e295b51570 Modified the update stats routine to store borrowernumbers also
Passing borrowernumbers to update stats from Account routines
2001-03-27 21:43:37 +00:00
rangi
c2a70e1811 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.
2001-03-22 22:20:29 +00:00
rangi
a001e1d0f9 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
2001-03-18 22:06:39 +00:00
rangi
fabacc26ef Added code to allow searches to be used by catalogue maintenance 2001-03-15 10:17:33 +00:00
rangi
53f147a340 Added functionality to allow invalid itemtype to be fixed 2001-03-15 10:15:51 +00:00
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