tonnesen
b179127d7c
Finished updateBiblioItem subroutine
2001-06-26 22:27:12 +00:00
tonnesen
6269ad87bf
newBiblio subroutine completed.
2001-06-26 21:13:01 +00:00
tonnesen
aab6b66555
Added biblioitems table update when newBiblioItem() routine is called.
2001-06-26 20:17:35 +00:00
tonnesen
3f3ae4cda2
Beginning updateBiblio routine.
2001-06-26 17:15:13 +00:00
tonnesen
6650354d23
Added skeletons of update routines.
2001-06-25 19:43:59 +00:00
tonnesen
58b7c86d13
Cataloguing API. Very early draft at this point.
2001-06-25 18:49:34 +00:00
rangi
c74ad16d2e
Made a little change to allow the reading record to be sorted, and now
...
defaults to the last 50 items borrowed
2001-06-20 03:36:01 +00:00
rangi
2dc62d4bc4
More little bug fixes in the manual credits section
2001-05-15 23:05:43 +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
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
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
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
fe1fab2ab5
Reworked layout of issues section.
2001-03-28 02:23:03 +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
53f147a340
Added functionality to allow invalid itemtype to be fixed
2001-03-15 10:15:51 +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
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
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
rangi
3b07c5bf30
Fixing printing error, now is printing all of the days issues for borrower
2001-02-04 22:25:42 +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
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
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
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
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
tonnesen
1c9ef0371f
Added support for moving path=... variable to /etc/koha.conf
2001-01-05 16:30:45 +00:00
rangi
80a0cb638e
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
2000-12-21 19:56:43 +00:00
rangi
d0374d0037
Initial revision
2000-12-19 23:45:51 +00:00