Perl Modules
[koha.git] / C4 / Circulation.pm
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
2008-01-03 Galen Charltonitem rework: moved ModItemInMarc
2008-01-03 Galen Charltonstart of BIB change -- introduce C4::Items
2008-01-01 Chris CormackFix for bug 1711
2007-12-30 Chris CormackFix for item level itypes and toomany subroutine
2007-12-30 Chris CormackFixing a bug with notforloan being checked properly
2007-12-30 Chris CormackFix for bug 1689
2007-12-30 Chris CormackGet biblioitem data in canbookbeissued, we need this...
2007-12-27 Chris CormackFix for 1582, if independent branches is on, you cant...
2007-12-27 Ryan Higginsadding 'exempt fine on return' option.
2007-12-27 Chris CormackFix for 1704, now if autoitemreturns is off you get...
2007-12-24 Joshua FerraroIMPORTANT: BUGFIXING STATUSES
2007-12-23 Galen Charltoncirc: do not crash when 'returning' item that was not...
2007-12-21 Chris CormackFix to update onloan to 0 even if the item isnt out...
2007-12-20 Chris CormackFix for bug 1427
2007-12-18 Galen CharltonMerge git://git.koha.org/pub/scm/koha
2007-12-18 Chris CormackFix so item.renewals is updated by a renewal, and a...
2007-12-17 Chris CormackFix for bug 1648, specifying a due date resulted in...
2007-12-14 Joe AtzbergerCirculation.pm - Bugfix invalid constructor calls to...
2007-12-12 Joe AtzbergerCirculation.pm - remove Date.pm dependency.
2007-12-02 Chris CormackFix for renewing
2007-12-02 Chris CormackFix for bug 1613 making sure the zebraqueue is updated...
2007-11-25 Joshua Ferraroadding back count of remaining renewals to OPAC
2007-11-20 Ryan HigginsAdding calendar widget to circulation/stickyduedate
2007-11-20 Paul POULAINLoan length fixes (default branch is now '*', not '')
2007-11-13 Chris CormackAdding a system preference to choose whether a homebran...
2007-11-13 Chris CormackFixing a bug that was causing a charge to be added...
2007-11-12 Ryan Higginsfurther mods to change from ccode to itype at item...
2007-11-12 Ryan Higginschanges to item-level itype reintroduce items.itype...
2007-11-06 Chris CormackCan check an item out now
2007-11-04 Ryan Higginsfix typos on syspref.
2007-11-04 Ryan Higginsadding item-level itypes: based on systempref: item...
2007-11-04 Ryan Higginsitem-level itemtypes issuingrules require some testing.
2007-11-04 Ryan HigginsSmall change to begin item-level itypes.
2007-10-19 Chris CormackPatch from Galen Charlton, removing $Id$ $Log$ and...
2007-10-19 Henri-Damien LAURENTAdding some more information on issuehistory.
2007-10-13 Paul POULAIN#1485 (issuing rules improvement) continued
2007-10-11 Henri-Damien LAURENTbug fixing : 1459 + fixing a jserror in basket.tmpl
2007-10-11 Paul POULAIN#1485 saving issuingrules
next