]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application/Circ
changed hold creation to make request_lib the ws_ou of the requestor - also added...
[Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / Circ /
2006-08-04 ericksonmoved some code to cstore to keep inside a xact
2006-08-04 ericksonmoved to cancel_time on hold as opposed to deleting it
2006-08-04 ericksonfixed typo
2006-08-04 ericksonadded single copy location fetcher
2006-08-03 ericksonsetting copy back to 'reshelving' if a captured hold...
2006-08-03 ericksonadded age-protect fleshing, removed some old code
2006-08-02 ericksondo not allow checkouts if patron or card is inactive
2006-07-31 ericksonresponding with copy on COPY_NOT_AVAILABLE instead...
2006-07-31 ericksonreturning PATRON_CARD_INACTIVE when logging in with...
2006-07-30 ericksonsetting fulfillment_staff and lib on hold capture
2006-07-29 ericksonadded dup-holds override perm and ability to opac
2006-07-28 ericksonadded check for inactive card
2006-07-28 ericksondisallowing holds if patron barred
2006-07-28 ericksonreturning correct event on checkin when there is no...
2006-07-28 ericksonadded some logging
2006-07-28 ericksontype of hold perm now checked against the requestor
2006-07-28 ericksonbetter handling of stop_fines items
2006-07-28 ericksonmassive restructuring
2006-07-27 ericksonadded some logs, notes
2006-07-27 ericksondid more testing of the renewal hold checks
2006-07-27 ericksonmoved to cstore in the process of chasing a bug
2006-07-27 ericksonnow works with an editor object if it exists
2006-07-27 ericksonrunning penalty checker on bill create or void in addit...
2006-07-27 ericksonadded smarter method for finding holds that a copy...
2006-07-18 ericksonfixed missing runner
2006-07-18 ericksonadded cleanup method to script runner
2006-07-18 mikertrying again
2006-07-18 mikerattempting to remove a big leak
2006-07-17 ericksonimporting method
2006-07-17 ericksondoing some manual memory cleanup for circ references
2006-07-17 ericksonadded some logging, unfleshing ou_type for now
2006-07-17 ericksonadded log line
2006-07-13 ericksonfixed logic bug, added some debugging, inserted example...
2006-07-13 ericksoncommenting out a warning
2006-07-13 mikeranother typo
2006-07-13 mikeranother round of updates ...
2006-07-13 mikermoving to cstore for all basic search/retrevial
2006-07-07 ericksongetting closer to the real thing
2006-07-07 ericksonadded untested org tree searching method
2006-07-07 ericksonnow only useing one script to get circ duration, max...
2006-07-05 ericksonhandling scriptbuilder events - fixed some precat handl...
2006-07-05 ericksonre-organizing, testing, adding functions, adding group...
2006-07-03 ericksonupdated to work with new scriptrunner layout
2006-06-30 ericksonupdated the method that determines if a transaction...
2006-06-29 ericksonmoved some select methods to editor
2006-06-28 ericksonnot closing xact if it is a circ and the item is still out
2006-06-28 ericksoncleaning up, testing
2006-06-28 ericksonmoved script building to a generic framework using...
2006-06-26 ericksongeneric circ script builder, fetches data and builds...
2006-06-23 ericksonadded duration and in_house flag to create method
2006-06-23 ericksonfixed logic error
2006-06-23 ericksonadded duration editing
2006-06-16 ericksonchanged duplicate holds test to look at formats for...
2006-06-15 ericksonadding system note on voided bills in backdate
2006-06-14 ericksonadding a billing to a closed transaction now re-opens...
2006-06-13 ericksonrunning penalty script after checkin to ensure the...
2006-06-12 ericksonadded circ fetcher which includes stop_fines items
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 ericksonupdated perm org
2006-05-25 ericksonwhen a copy is checked out, any holds that have said...
2006-05-25 ericksoncode now checks for duplicate holds, an .override versi...
2006-05-22 ericksonre-opening closed xact if a bill is voided and balance...
2006-05-12 ericksonfixed permission error
2006-05-11 ericksonwired up delete
2006-05-10 ericksonremoving deprecated code
2006-05-10 ericksonremoving old circ code
2006-05-08 ericksonpreventing negative patron ballance and fixed typo
2006-05-08 ericksonupdated not-found event names
2006-05-05 ericksonadded basic non-cat circs
2006-05-05 ericksonbug fixes, clean up
2006-05-04 ericksonadded method
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-05-03 ericksonforcing selection_ou on server side if not set on clien...
2006-05-01 ericksonfixed logic typo in cat
2006-05-01 phasefxMore uglifying of Bill's middle layer :)
2006-04-28 ericksontypo
2006-04-28 ericksonmethod does not need to return true, so do not expect it
2006-04-28 ericksonnow calls hold reset from the hold code
2006-04-28 ericksonadded hold reset method
2006-04-27 ericksonadded a transit abort method
2006-04-27 ericksonadded renew.override
2006-04-27 ericksontypo
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-26 ericksonsmall cleanup
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-20 ericksonadded mbts fetcher
2006-04-19 ericksoncredit_payment now reduces the patron's credit
2006-04-17 ericksonadded billing void method
2006-04-13 phasefxthis is just to get me going.. needs fixing or merging...
2006-04-13 mikeradding "transit" virtual field on hold_request for...
2006-04-07 ericksonadded method that allows you to retrieve fleshed stat_c...
2006-04-05 ericksonremoved patron penalty info from circ scripts and from...
2006-04-05 ericksonno longer require authentication for copy location...
next