budgfixing budgets & planning and code cleaning
[koha.git] / C4 / Circulation.pm
2009-09-30 Henri-Damien LAURENTUpdateDataBase for smart-rules modification
2009-09-30 Henri-Damien LAURENTSmart Rules enhancements
2009-08-23 Galen Charltonbug 3481 followup - improve CartToShelf
2009-08-23 Colin Campbellbug 3481: Allow Item Temporary Locations for Processing...
2009-08-23 Galen Charltonimplement bailing out of AddReturn if IndependantBranch...
2009-08-23 Galen Charltonbug 3409 followup - fix use of $hbr
2009-08-23 Galen CharltonAddReturn now always updates holdingbranch
2009-08-23 Galen Charltonbug 3409 follow: fix crash if holdingbranch is undef
2009-08-23 Galen Charltonbug 3409 followup: renamed _GetCirculationBranch
2009-08-23 Galen Charltonbug 3409 followup: always set holdinglibrary to library...
2009-08-23 Henri-Damien LAURENTBug fix 3409 : Adding an internal function to C4::Circu...
2009-08-15 Michael Hafenbugfix invalid comparison to ceilingDueDate in CalcDate...
2009-07-30 Galen Charltonbug 3435: added missing _ in _FixAccountForLostAndReturned
2009-07-30 Galen Charltonbug 3435 followup: tweak AddReturn cleanup
2009-07-30 Joe Atzbergerbug 3435: AddReturn overhaul.
2009-07-22 Joe AtzbergerCorrect GetItemIssue to actually return undef if item...
2009-07-22 Galen Charltonfollowup to AddReturn patch - fix test
2009-07-15 Ryan HigginsBug 2770 follwup : force AddRenewal obey circControl...
2009-06-24 Joe AtzbergerReturns reworking to handle empty GetItemIssue
2009-06-19 Galen Charltonbug 2893: extend conditions handled by AllowNotForLoanO...
2009-06-07 Galen Charltonbug 3299: fix setting renewal due date explicitly
2009-05-28 Paul Poulainfix for 2997 : superlibrarian's ability to edit item...
2009-05-11 Galen Charltonexcised hard-coded reference to HLT
2009-05-11 Galen Charltonfix to CanBookBeIssued()
2009-05-11 Nahuel Angelinettifix the previous patch to add a syspref that permit...
2009-05-11 Nahuel Angelinettichange the date calc, to set the date_due to date_due...
2009-05-11 Paul Poulainfix for #988
2009-05-11 Michael HafenTweak ceilingDueDate and CalcDateDue
2009-05-01 Ryan HigginsBug 3179: Typo in C4::Circulation function call causes...
2009-04-28 Nahuel ANGELINETTI(bug #2750) Cannot return to another branch if the...
2009-04-27 Nahuel ANGELINETTI(bug #2893) Allow loan forcing if a syspref is set
2009-04-25 Mason JamesBUG-3160: fixes 'itemlost' check on item return.
2009-04-24 Michael HafenNew feature ceiling Due Date.
2009-04-08 Galen Charltonbug 3049: display correct due date of renewed loans
2009-03-06 kohaThis patch allows the Branch Transfer Limits feature...
2009-03-04 Mason Jamesfix for bug-2923, corrects renew status in SCO
2009-02-04 John Beppubug 341: Use the Right Branch
2009-02-04 John Beppubug 324: Setting to_address
2009-02-04 John BeppuPerl Modules
2009-02-04 John BeppuSending Circulation Alerts part 1
2009-01-16 Jesse WeaverAdd holds policies
2009-01-05 Joe Atzbergerbarcodedecode() did not always return barcode
2009-01-05 Joe Atzberger (siptestAllow AddIssue to log SIP transactions distinct from...
2008-12-17 Kyle HallAdded 'Branch Transfer Limits' Feature requested by...
2008-12-02 Galen Charltonbug 2758: don't confirm checkout if fine balance is 0
2008-10-23 Galen Charltonfollowup 1 to to renewal limit override
2008-10-23 Michael HafenAllow renewal limits to be overridden
2008-10-13 Joe Atzberger (siptestFully qualify function call.
2008-09-11 Joe Atzberger (siptestBugs 2541 and 2587 - AddIssue must return date object...
2008-09-05 Galen Charltonbug 2582 [1/2]: don't set issuedate during renewal
2008-08-27 Galen Charltonbug 2552: correct issue history display
2008-08-20 Andrew Moorebug 2503: removing Force* subs and replacing them with...
2008-08-20 Andrew Moorebug 2503: adding dates to some C4:Circulation methods...
2008-08-20 Andrew Moorebug 2503: documentation improvements in C4::Circulation
2008-08-20 Kyle HallIntegrated version of the Koha Offline Circulation...
2008-08-18 Galen Charltonbug 2518: remove useless patron and branch lookups
2008-07-16 Jesse Weaverfix for bug 1551: Renewing doesn't move item...
2008-06-25 Joe Atzberger (siptestBugfix Circulation, Expand ILS::Patron mapping.
2008-06-25 Galen Charltonclean up old-style calls to GetMemberDetails
2008-06-20 Joshua Ferrarofix for bug 1961: sprintf value needed in C4/Circulation.pm
2008-06-20 Andrew MooreBug 2176 (3/5): adding methods to manage message_queue...
2008-06-20 Galen Charltonbug 2000 - changes to TooMany()
2008-06-20 Galen Charltonbug 2000 - add C4::Circulation::GetBranchBorrowerCircRule
2008-06-20 Galen Charltonbug 2000 - fix order of issuingrule lookup
2008-06-01 Joe AtzbergerFIXME added to note discrepancy.
2008-05-30 Paul POULAINBUGFIX issuingrules : total for all itemtype was not...
2008-05-29 Joe AtzbergerCorrect number of args to getnextacctno.
2008-05-27 Ryan HigginsFill statistics table properly for renewals; and issue...
2008-05-12 Ryan HigginsC4::Circulation::FixOverduesOnReturn now handles dropbo...
2008-05-12 Ryan HigginsMake dropbox mode obey Calendar module according to...
2008-05-11 Ryan HigginsAlter itemBarcodeInputFilter T-Prefix.
2008-04-22 Ryan HigginsAdd dropbox mode to return.pl. Small API change to...
2008-04-10 pauluse HomeOrHoldingBranch to determine if a return is...
2008-04-09 Joe AtzbergerAddRenewal - handle opac-renewal, empty branch arg.
2008-04-08 Joe AtzbergerQuell 7 warnings: "my" variable $irule masks earlier...
2008-04-07 Ryan HigginsAdd a working fines script, some changes to CalcFine...
2008-04-07 paulBUGFIX renewal
2008-03-19 Galen Charltonrefactor C4::Log::logaction
2008-03-15 Galen Charltonfix initiation of transfer on return of non-issued...
2008-03-15 Galen Charltonfix crash when levying a rental charge
2008-03-15 Galen Charltoncheck on max renewals now respects item-level item...
2008-03-15 Galen Charltonremoved warns
2008-03-15 Galen Charltoncreated old_issues and old_reserves tables
2008-03-10 Ryan HigginsAdd Local-use statistical patron category_type
2008-02-29 Ryan HigginsReinstating use of C4::Calendar object on issuing.
2008-02-28 Galen Charltoncirc: fix use of CircControl; staff user branch
2008-02-28 Chris CormackFix for bug 1908
2008-02-20 Ryan HigginsAdding barcode_decode syspref
2008-02-19 Chris CormackFix for renewals not working at circulation
2008-01-24 Chris CormackBug, using branchcode instead of branch
2008-01-20 Paul POULAINmoving a misplaced * to fix a bug in issuingrules
2008-01-20 Chris CormackFixing a bug that meant you had to have totals defined for
2008-01-14 Paul POULAINA book can be renewed if renewalsallowed > to renewals...
2008-01-09 Joe AtzbergerCirculation.pm - cleanup, clarification of HLT-specific...
2008-01-08 Chris CormackChanging CanBookBeRenewed to pass back the reason a...
2008-01-08 Henri-Damien LAURENTBugFix for Circulation
2008-01-08 Joe AtzbergerCirculation.pm - BEGIN block VERSION and vars related...
2008-01-04 Galen CharltonC4::Circulation - ensure that certain modules always...
2008-01-03 Galen Charltonremoved more redundant 'my' causing variable masking...
2008-01-03 Galen Charltonitem rework: replace direct SQL update of items
next