]> git.evergreen-ils.org Git - Evergreen.git/history - Open-ILS/src/perlmods/OpenILS/Application/Circ.pm
Correct long-standing, wide-spread "recurance" and "recuring" typos.
[Evergreen.git] / Open-ILS / src / perlmods / OpenILS / Application / Circ.pm
2009-11-16 dbsCorrect long-standing, wide-spread "recurance" and...
2009-11-12 ericksonadded flag to mark claims returned which tells the...
2009-11-12 ericksoninstead of an explicit put-copy-into-missing status...
2009-11-06 ericksonadded workstation fleshing to some circ retrieval methods
2009-11-02 ericksonadded option to override the note for when overriding...
2009-10-30 ericksonadded support for overrideing the amount to charge...
2009-10-22 ericksonadded support for voiding overdue fines on the most...
2009-10-21 ericksonadded logic to mark items missing during the claims...
2009-10-21 phasefxI like explicit semicolons
2009-10-21 phasefxfix a bug where only the first circ_id given was being...
2009-10-06 ericksonadded a batch version of the post-checkin backdate...
2009-09-30 ericksonadded API call that, given a circulation, will return...
2009-09-30 ericksonfleshing circ rules on circ object in copy details...
2009-09-29 ericksonfixed faulty date query on user transaction search...
2009-09-29 ericksonnew API call wich returns fleshed payments by user...
2009-09-29 ericksonadded API call for back-dating a circulation after...
2009-09-18 ericksonnew feature: Added max-claims-returned-count setting...
2009-09-17 ericksonflesh checkin_workstation on copy detail retrieve....
2009-05-26 ericksoncreated hooks and drop points for damaged and checkout...
2009-04-06 ericksonmoved generic object/event firing to apputils function...
2009-04-03 ericksonreturn the fleshed event from fire-event-by-barcode
2009-03-31 ericksoncreated method that takes a circ-based event def and...
2009-03-06 ericksonflesh card on the user
2009-03-06 ericksonreturn fleshed circ object in damaged event
2009-03-06 ericksonput event args in payload to stick with convention
2009-03-06 ericksonrepaired damage charge event creation
2009-03-06 ericksonno need for array access on retrieve
2009-03-05 ericksonmark lost code checks perms, no need to double-check...
2009-03-04 ericksonplugged in charge-on-damaged logic, org settings, and...
2009-03-04 ericksonmoved mark-lost logic into cat/assetcommon and some...
2009-03-03 dbsAdd more copy-status changing methods to open-ils.circ...
2008-12-03 mikeradd in-db billing type support
2008-11-14 ericksonadded VIEW_BILLING_TYPE perm awareness
2008-11-13 ericksonranged (scoped by org/depth) billing_type retrieval...
2008-10-16 ericksonif no max is configured and no valid count from the...
2008-10-08 ericksonextracted copy price calculation out to a shared function
2008-09-15 ericksonfixed perm check. also, if no count is provided, falls...
2008-09-15 ericksoncopy checkout history now limited by org setting and...
2008-08-11 ericksonpull circ mods from the db and not the settings server
2008-07-25 ericksonturning raw time durations into h/m/s notation so inter...
2008-02-21 mikeradding authoritative method varients
2008-02-08 ericksoncalling copy_details directly to prevent any issues...
2008-02-06 ericksonadded explicit "return undef"
2008-01-31 ericksondisallow marking an item lost that is already marked...
2007-11-15 mikersubclassing OpenSRF::Application so we have a place...
2007-08-16 ericksonported set_circ_due_date to in-transaction cstore-editor
2007-07-25 ericksonoffsetting the re-open transaction logic to the end...
2007-05-18 ericksonforward-porting stable fix to claims return logic
2007-04-09 ericksonmade backdating smarter by using the circ interval...
2007-02-12 ericksonreturning not-found event (quicker) when copy is not...
2007-01-03 ericksonadded logic to make sure the transaction is not already...
2006-11-10 ericksonadded a barcode version of the copy details method
2006-11-10 ericksonadded mvr and volume to copy details method
2006-10-17 ericksoncomitting in-house-use transaction
2006-10-16 ericksonfixed some logic errors in the claims returned backdating
2006-10-13 ericksonfixed field name on copy note
2006-10-12 ericksonmoved comment
2006-10-11 ericksonadded a circ flesher call
2006-10-10 ericksonfixed copy note delete to use cstore + transaction
2006-10-10 ericksonmoved copy_note creation to cstoreeditor + transaction
2006-10-06 ericksonfixed mark-lost to not charge the default price if...
2006-09-20 ericksonnot returning cancelled hold hold on copy details retrieval
2006-09-15 ericksonadding explicit id clear call as sanity measure
2006-09-02 ericksonmade the circ retrieval less strict for marking an...
2006-08-29 ericksonmaking sure itemid is set when in-house use is made...
2006-08-28 ericksonsetting stop_fines_time to the claim-return backdate...
2006-08-25 ericksonimplemented non-cat-in-house-use circ creator
2006-08-19 ericksonreseting holds on mark missing/damaged
2006-08-18 ericksonadded super-simple prototype for generic object fetcher...
2006-08-16 ericksonfixed up default copy price handling on mark-lost
2006-08-16 mikerorder by circs, not cards
2006-08-14 ericksonadded simple mark-damaged/mark-missing api - unused...
2006-08-10 ericksonfixed boolean val for storage
2006-08-10 ericksoncopy details method now returns latest circ, regardless...
2006-08-10 ericksonadded a generic copy details method
2006-08-08 ericksonadded billing type retrieval method
2006-08-06 ericksonadded method to return the list of circ_modifiers from...
2006-08-06 ericksonmoved constants out to their own module, updating code
2006-08-04 ericksonadded some logging, removed some old code
2006-07-18 ericksonsanity check
2006-07-13 ericksonadded age_hold_protect rules fetcher
2006-07-13 mikermoving to cstore for all basic search/retrevial
2006-06-21 ericksonmoved to storage copy circ count
2006-06-12 ericksonmade note
2006-06-06 ericksonreturn event on not found
2006-05-31 ericksonremoved unused line
2006-05-26 ericksonusing new checked_out method in opac and higlighting...
2006-05-24 ericksonlost materials now charge the copy price and processing...
2006-05-24 ericksonupdated to editor
2006-05-16 ericksonadded note
2006-05-10 ericksonremoving deprecated code
2006-05-08 ericksonupdated not-found event names
2006-05-05 ericksonbug fixes, clean up
2006-05-03 ericksonopac now only shows circs where stop_fines is not defin...
2006-05-01 ericksonadded total circ count for copy method
2006-04-29 phasefxget circs instead of patrons
2006-04-29 phasefxsome snipping
2006-04-26 ericksonmore copy status handling
2006-04-26 ericksonadded auto-billing for lost items
2006-04-26 ericksonadding handling for various copy statuses
next