Bug 26265: (QA follow-up) Remove g option from regex, add few dirs
[koha-equinox.git] / C4 / Overdues.pm
2020-05-01 Martin RenvoizeBug 25127: Use Koha::Number::Price->round for comparison
2020-04-21 Nick ClemensBug 25123: Count the current fine when reducing for...
2020-03-24 Josef MoravecBug 22589: Remove C4::Overdues::BorType
2020-02-17 Jonathan DruartBug 23084: Replace grep {^$var$} with grep {$_ eq ...
2020-02-05 Jonathan DruartBug 24595: Silent warnings from Circulation.t
2020-02-04 Joonas KylmäläBug 18936: (follow-up) Don't retrieve unused issuing...
2020-02-04 Kyle M HallBug 18936: Convert issuingrules fields to circulation_rules
2020-01-13 Martin RenvoizeBug 24146: Corrections to UpdateFine logic concerning...
2020-01-13 Martin RenvoizeBug 24146: Increment existing fine
2020-01-08 Martin RenvoizeBug 24361: (RM follow-up) Restore 0 handling in CalcFine
2020-01-07 Jonathan DruartBug 24361: (bug 24217 follow-up) Fix several warnings...
2020-01-03 Jonathan DruartBug 24217: use Modern::Perl for modules when strict...
2019-11-22 Martin RenvoizeBug 24075: Backdating a return to the exact due date...
2019-10-24 Martin RenvoizeBug 23049: (QA follow-up) Correction for 'M' => 'MANUAL'
2019-10-24 Martin RenvoizeBug 23049: Capitalise type passed to add_debit for...
2019-10-24 Martin RenvoizeBug 23049: Update existing code to use debit_type
2019-08-05 Ere MaijalaBug 11529: Use new biblio fields whenever possible
2019-07-26 Martin RenvoizeBug 23316: (follow-up) for bug 22521 to fix GetFine
2019-04-17 Martin RenvoizeBug 22521: (QA follow-up) Corrections to tests
2019-04-17 Martin RenvoizeBug 22521: Update fines handling to use accountline...
2019-04-17 Tomas Cohen AraziBug 22547: (QA follow-up) Warn in debug mode
2019-04-10 Martin RenvoizeBug 22600: Add 'interface' to accountlines
2019-03-29 Martin RenvoizeBug 22518: Remove references to 'O' accounttype
2019-02-27 Martin RenvoizeBug 21747: (follow-up) Intelligent rename of offsets
2019-02-27 Martin RenvoizeBug 21747: Use Koha::Account:: routines in UpdateFine
2019-01-04 Marcel de RooyBug 21753: (QA follow-up) Remove fourth %s in sprintf
2019-01-04 Martin RenvoizeBug 21753: Remove all reference of chargename from...
2018-09-26 Jonathan DruartBug 21196: Use replacement cost from the item type...
2018-08-30 Jonathan DruartBug 21207: Remove unused RM C4::Overdues::GetItems sub
2017-12-11 Jonathan DruartBug 10021: Drop columns notify_id and notify_level...
2017-12-11 Jonathan DruartBug 10021: Drop table notifys and related code
2017-10-20 Kyle M HallBug 14826: (QA follow-up) Only use plural modules in...
2017-10-20 Kyle M HallBug 14826: Resurrect account offsets table
2017-09-01 Jonathan DruartBug 17967: TT syntax for notices - Prove that ODUE...
2017-06-15 Jonathan DruartBug 17975: Let C4::Letters manage today param substitution
2017-05-09 Jonathan DruartBug 17762: Send lang to GetPreparedLetter
2017-04-21 Jonathan DruartBug 18432: Replace 2 'he or she' with 'they'
2017-02-17 Jonathan DruartBug 17968: Remove useless variable $item_format in...
2017-01-13 Jonathan DruartBug 17196: Move marcxml out of the biblioitems table
2016-11-15 Jonathan DruartBug 17599: Move C4::Circulation::GetIssuingRule to...
2016-10-21 Jonathan DruartBug 10455: Remove biblioitems.marc
2016-09-08 Jonathan DruartBug 15758: Koha::Libraries - Remove GetBranches
2016-08-24 Marcel de RooyBug 14390: [Follow-up] Only update FU record in UpdateFine
2016-05-11 Kyle M HallBug 16496 - accountlines.issue_id not set when new...
2016-04-28 Marc VéronBug 16378: Overdues.pm: Can't call method "store" witho...
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove comments
2016-03-24 Jonathan Druart Bug 16011: $VERSION - Remove the $VERSION init
2016-03-24 Jonathan Druart Bug 16011: $VERSION - remove use vars $VERSION
2016-03-03 Jonathan Druart Bug 15084: Replace C4::Budgets::GetCurrencies with...
2016-03-02 Kyle M HallBug 15675 - Fix some missed tab characters, remove...
2016-03-02 Kyle M HallBug 15675 - Add issue_id column to accountlines and...
2016-01-19 NatashaBug 14538: editing perl doc for CalcFine
2015-12-31 Kyle M HallBug 9129 - Add the ability to set the maximum fine...
2015-12-31 BlouBug 13624 - Remove columns branchcode, categorytype...
2015-11-13 Marc VéronBug 14985: Remove C4::Dates from files in folder C4...
2015-11-04 Kyle M HallBug 12933: (QA followup) Rename parse_letter to parse_o...
2015-11-04 Kyle M HallBug 12933: Add ability to print overdue slip from staff...
2015-10-22 Kyle M HallBug 13590: Add ability to charge fines at start of...
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-04-10 Tomas Cohen AraziBug 13909: Suspension days calculation should respect...
2015-03-31 Kyle M HallBug 13841 - Returns via backdating or SIP2 can create...
2015-01-07 Kyle M HallBug 11872 - Lost overdue items should not generate...
2014-11-11 Sophie MeynieuxBug 13018 : Static fine should be charged only once
2014-08-19 Jonathan DruartBug 9180: All branches should be returned if a default...
2014-07-25 Kyle M HallBug 12596 - Backdating returns with SpecifiyReturnDate...
2014-05-02 Jonathan DruartBug 11696: ensure that print overdue notices use the...
2014-05-02 Jonathan DruartBug 9016: (follow-up) fix tab characters and POD.
2014-05-02 Jonathan DruartBug 9016: (follow-up) fix unit tests
2014-05-02 Jonathan DruartBug 9016: Define different transport types for overdues
2014-03-10 FrédérickBug 11359: Add the borrower's cardnumber and phonenumbe...
2013-10-31 Kyle M HallBug 2720 - Overdues which debar automatically should...
2013-06-17 Marcel de RooyBug 10256: Remove some unused subs from Overdues module
2013-05-16 Marcel de RooyBug 10030: QA Followup for trivial false warning detect...
2013-05-16 Kyle M HallBug 10030 - MaxFines checks against amount, not amount...
2013-03-22 Jonathan DruartBug 8365: Add a renewal duration in the issuing rules
2013-03-17 Kyle M HallBug 4906: Allow fine calculation to exclude grace period
2012-10-26 Robert WilliamsBug 8939 : Fines being charged during the grace period
2012-07-25 Elliott Davis[PATCH] bug_7420: Added overduefinescap to issuingrules
2012-06-11 Chris CormackBug 7941 : Fix version numbers in modules
2012-04-19 Elliott Davisbug 7849 Instant Fine Calculation\n Adds functionality...
2012-04-03 Colin CampbellUse hour or day deltas to calculate overdue durations
2012-03-20 Colin CampbellBug 5549 : CalcFine was corrupting due date
2012-03-20 Colin CampbellBug 5549 : Refactor fines.pl
2012-03-20 Colin CampbellBug 5549 : Overdues : Handle some date comparison and...
2012-03-20 Colin CampbellBug 5549 : Fix calculation of duedates in fines.pl...
2012-03-19 Colin CampbellBug 5549 : Cannot use CUR_DATE on date_due column
2011-12-08 Colin CampbellBug 6987 Make return from Overdues::GetFine consistent
2011-12-06 Ian WallsBug 2346: Remove C4::Overdues::UpdateBorrowerDebarred...
2011-11-25 Paul PoulainBug 6328 fine in days does not work
2011-09-27 Liz ReaBug 6927-- Typo in C4::Overdues.pm
2011-09-26 Ian WallsBug 6801: checkoverdues returns unnecessary fields...
2011-04-07 Sophie MeynieuxBug #6064 Improvement of default value usage in overdue
2011-03-20 Paul PoulainBug 4330 : Adding some copyright BibLibre statements
2011-03-05 Frédérick CapovillaBug 3341: Fines calculation erroneous when a repeatable...
2011-02-14 Owen LeonardPartial fix for Bug 5745, Overdues with fines report...
2010-06-25 Galen Charltonreplace references to defunct info email address
2010-06-09 Andrew ElwellMore POD cleanups
2010-05-26 Galen Charltonfix a common "developement" typo
2010-05-25 Galen Charltonfix a common "developement" typo
2010-04-21 Donovan JonesBug 2505 - Add commented use warnings where missing...
next