]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application/Circ/Circulate.pm
added support for deposit/rental exempt groups via org setting
[Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / Circ / Circulate.pm
2006-06-08 ericksonmore circ events, patched up penalty and circ scripts
2006-06-07 ericksonfixed some logic errors, added barred checking
2006-05-31 ericksonsanity checking to prevent looping
2006-05-25 ericksonwhen a copy is checked out, any holds that have said...
2006-05-03 ericksoncirc due dates are now pushed forward past the closed...
2006-05-03 ericksonfixing bugs, makeing in-transit a non-overridable event
2006-05-03 ericksonupdate to match autogenerated not-found events. more...
2006-04-27 ericksonadded renew.override
2006-04-27 ericksonpre-cat copies now get the updated dummy title/author...
2006-04-26 ericksonadded auto-billing for lost items
2006-04-26 ericksonadding handling for various copy statuses
2006-04-25 ericksonadded handling for claims returned items and copy alert...
2006-04-24 ericksonrenewals were breaking on pre-cat items becaues the...
2006-04-17 ericksonadded billing void method
2006-04-05 ericksonremoved patron penalty info from circ scripts and from...
2006-04-05 ericksonadded perm override capability to the circ permit call
2006-04-03 ericksonadded backdate support for claims_returned
2006-04-03 ericksonchecking permit key earlier so it doesn't need to be...
2006-04-02 ericksonbug squashing
2006-03-31 ericksonif 'precat' is not declared in the checkout call and...
2006-03-31 ericksonadded descriptions to sessions and relying on session...
2006-03-27 ericksoncaching org units in AppUtils
2006-03-27 ericksonoffline server now handles patron registration. remove...
2006-03-27 ericksonusing date/time parser instead of manually parsing
2006-03-24 ericksonOpen-ILS/src/perlmods/OpenILS/Application/AppUtils.pm
2006-02-16 ericksonsome more utility methods
2006-02-16 ericksonmore circ tweaks to get the behavior right
2006-02-15 ericksonreturning NO_CHANGE on duplicate scans in the correct...
2006-02-15 ericksonmoving checkin over to new code layout, did some simpli...
2006-02-15 ericksonfirst round of new circ checkin logic. more testing...
2006-02-13 ericksonadded method to see last X users who checked out a...
2006-02-13 ericksonchecking hold possibility in chunks for faster tree...
2006-02-13 ericksonmore checkout code
2006-02-09 ericksontweaks
2006-02-09 ericksonadded in a copy_transit_create method
2006-02-08 ericksonreturning title, copy, and circ objects on checkin
2006-02-08 ericksonmaking new 'renew' method the official one
2006-02-08 ericksonbasic circulation (checkout, renew, checkin) is now...
2006-02-07 ericksonmore progress on renewals
2006-02-06 ericksonmore work on plugging in the renewal code
2006-02-06 ericksonmore circ work on pre-cataloged items.
2006-02-03 ericksonadding more noncat and precat logic
2006-02-01 ericksonmore non-cat tweaks
2006-02-01 ericksonAdded permit key to circ permit calls and updated test...
2006-01-30 ericksonMore circ work
2006-01-30 ericksonmade checkout methods take hash refs instead of named...
2006-01-27 ericksonnon-cataloged circs are now working
2006-01-27 ericksonnow have non-cataloged items checkouts working with...
2006-01-27 ericksonfixed some bugs in circulate to get the noncat stuff...
2006-01-27 ericksonbroke the permit portion of circ into patron and copy...
2006-01-24 ericksonresult object is no longer pushed into 'environment'
2006-01-24 ericksonNow pushing all objects into 'environment'
2006-01-23 ericksonmoved to "environment" instead of "env".
2006-01-23 ericksonplugged in the 'env' object and now pushing env.isRenew...
2006-01-20 ericksonupdated docs on permit method
2006-01-20 ericksonadding permit script. permit circ now basically functions
2006-01-19 ericksonupdated circ code to run with updated script runner
2006-01-09 ericksonmore circ utility code
2006-01-06 ericksonmore utility methods
2006-01-06 ericksonremoved test line
2006-01-06 ericksonmore work on the basic circ wrapper code, testing,...
2006-01-06 ericksonThis is the basic circulation scaffolding for the circu...