]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application/Circ
added money.grocery retrieval method
[Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / Circ /
2006-09-01 ericksonadded money.grocery retrieval method
2006-09-01 ericksonadded some retrieval methods for plain transits as...
2006-08-31 ericksonusing org email as reply-to
2006-08-31 ericksonhold notify logic is all plugged in minus the actual...
2006-08-31 ericksonadded method to return all holds that point to a given...
2006-08-31 ericksonnot voiding non-overdue fines for checkin backdating
2006-08-31 ericksonno longer allowing refunds past the level of the desk...
2006-08-31 ericksonprevent transit abort if transit_copy_status is lost...
2006-08-31 ericksonadded bypass for user checks - good for item checkin...
2006-08-29 ericksonchecking deleted on copy
2006-08-28 ericksonbeing yet more careful about the requestor field
2006-08-28 ericksonshowing fewer fields by default on user object, turned...
2006-08-25 ericksonsanity check
2006-08-25 ericksonupdated hold permit to check correct lib, inserting...
2006-08-24 ericksonstripping $ in money blobs to be safe
2006-08-23 ericksonadded some cash report methods
2006-08-22 ericksonre-creating script-runner object on renew
2006-08-20 ericksoncalling hold targeter at runtime for copy-level holds
2006-08-18 ericksonforcing transaction on void update and looking for...
2006-08-18 ericksonremoved some old code
2006-08-17 ericksononly grabbing locations and statuses for the given...
2006-08-17 ericksonshoving payment time into the payment object
2006-08-17 ericksonnot forcing renewal_remaining to 0 to keep full track...
2006-08-17 ericksonadded patron expire check
2006-08-17 ericksonfixed perm checks
2006-08-17 ericksonmaking sure to return early when already in transit...
2006-08-16 ericksonadded log and note
2006-08-15 ericksonadded logic to handle received transits (non hold trans...
2006-08-15 ericksonfleshing workstation on payment objects and returning...
2006-08-14 ericksonsimplified hold status logic to rely on existing data
2006-08-14 ericksonmoved hold-reset to after xact commit to prevent xact...
2006-08-14 ericksonadded some logging, made copy status correct in hold...
2006-08-11 ericksonchaning status to reshelving if on-holds-shelf for...
2006-08-11 ericksonfixed invalid barcode handling bug
2006-08-11 ericksondisabling auto-hold-notify for now since it actually...
2006-08-11 ericksonadded org holds address, updated default layout some
2006-08-10 ericksonremoved some unused code
2006-08-10 ericksonmoved to new module, cleaned up, abastracted more
2006-08-10 ericksontaking fees and refunds into account for circ script
2006-08-09 ericksonadded first-draft hold notification code - sans any...
2006-08-09 ericksonadded further sanity check to prevent db update errors
2006-08-09 ericksondelete hold_copy_maps on hold cancel and hold fulfillme...
2006-08-09 ericksonfilled in some gaps WRT editor/edit_date on copies...
2006-08-08 ericksonnot closing circs on all fines voided if it is still...
2006-08-08 ericksonlogic bug - see diff
2006-08-08 ericksonchecking perm only on different requestor
2006-08-08 ericksonfleshing hold transits on more hold retrieval methods
2006-08-07 ericksonadded checks for null due_dates and unlimited circ...
2006-08-07 ericksonrelying on copy fine_level and loan_duration - not...
2006-08-07 ericksonsanity check to prevent warnings
2006-08-06 ericksonlogic bug from constants switch
2006-08-06 ericksonmore constants updates
2006-08-06 ericksonmoved constants out to their own module, updating code
2006-08-04 ericksonadded transit fetch by copy
2006-08-04 ericksoncommented out some deprecated code
2006-08-04 ericksonadded some logging, forcing copy status to on-holds...
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...
next