rangi
d6f9a61c7d
Fixed so datelastseen is updated on the item record for every issue or return
2002-07-02 23:31:33 +00:00
tonnesen
1ac576e81b
removed "use warnings"
2002-06-24 21:54:44 +00:00
tonnesen
264b8f0093
Merged changes from rel-1-2 branch version 1.21.2.1, all fixes to warnings
2002-06-20 20:10:08 +00:00
tonnesen
cb7441a537
More merges in from rel-1-2
...
All of the changes so far have been minor. I did uncomment delbiblio($biblio)
in delbiblio.pl in the main branch to match delbiblio.pl in rel-1-2
2002-06-20 17:33:07 +00:00
rangi
49e2b90a8b
Fix to get list of overdue items showing correctly
2002-06-13 03:16:55 +00:00
finlayt
89026ec754
Changed the issuebook routine to use the new methods from C4::Reserves2.pm
2002-06-06 02:48:53 +00:00
finlayt
a6dd1bcf44
Changed the returnbook method to use CheckReserves instead of FindReserves.
2002-05-29 05:52:12 +00:00
finlayt
970081fb49
Some small changes in transferbook: uses the new Reserves2.pm methods.
2002-05-29 04:40:15 +00:00
finlayt
fe88c2a022
Removed the "Item has been transfered" message from the returnbook2
...
subroutine.
2002-05-06 04:36:42 +00:00
finlayt
ca7a9d7264
Changed the error message from: There is no book with barcode: XXXXXX
...
to: No item with barcode: XXXXXXX
2002-05-06 04:30:37 +00:00
finlayt
9255f92b21
moredetail.pl presents circulation information taken from the
...
branchtransfers table
Circ2.pm has been changed a little
admin/branches.pl alows branches to be added, edited and deleted.
updatedatabase needs more fixing
2002-05-02 00:08:53 +00:00
rangi
3eecf2956e
Deals with lost book charges now
2002-03-17 02:58:00 +00:00
finlayt
314e80a9e9
Added a transferbook subroutine that is called from /circ/branchtransfers.pl
...
It writes a new line in the branchtransfers table and changes the
currentbranch field in items.
2002-03-13 21:13:42 +00:00
rangi
79ebd030d6
Fixing reserve handling.
...
Mulitple copy reserves now handled correctly, and correct charges are being
applied
2001-11-25 20:17:53 +00:00
tonnesen
aa97d73b39
Typo in printf format string was causing all issues to appear in the
...
Previous issues box and not in today's issues.
2001-10-10 19:28:05 +00:00
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
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
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
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
fe1fab2ab5
Reworked layout of issues section.
2001-03-28 02:23:03 +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
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
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
rangi
cf3086c7da
Attempting to get issues slip to print when borrower is finished with
2001-02-01 02:08:34 +00:00
rangi
74aa1d1edd
Fixed a little bug in getiteminformation, it wasnt returning item loanlength
2001-01-31 22:09:31 +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
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
21b18bf675
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.
2001-01-05 17:39:25 +00:00
rangi
d0374d0037
Initial revision
2000-12-19 23:45:51 +00:00