Bug 31203: Alter other cronjobs that currenlty use cronlogaction
[koha.git] / misc / cronjobs / overdue_notices.pl
2022-10-05 Nick ClemensBug 31203: Alter other cronjobs that currenlty use...
2022-10-03 Kyle M HallBug 20457: Overdue and pre-overdue cronjobs not skippin...
2022-08-19 Fridolin SomersBug 28327: Unify CSV delimiter special behavior for...
2022-08-16 Katrin FischerBug 31281: Use correct reply-to email when sending...
2022-07-22 Katrin FischerBug 31157: (QA follow-up) Update descriptions and wordi...
2022-07-22 Martin RenvoizeBug 31157: Allow selection for overdue from address...
2022-03-02 David SchmidtBug 30132: Fix POD, show correct usage of Getopt::Long
2022-01-14 Fridolin SomersBug 20076: (RM follow-up) Fix system preference boolean...
2022-01-14 ThibaudGLTBug 20076: Add syspref to remove overdues notification...
2021-12-07 Jonathan DruartBug 28617: Remove kohalib.pl and rely on PERL5LIB
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-23 Martin RenvoizeBug 28581: Use 'from_email_address' where appropriate
2021-06-21 Jonathan DruartBug 28514: Remove getletter
2021-06-14 Jonathan DruartBug 28487: Fallback to default template in overdue_notices
2021-01-29 Mazen KhallafBug 27486: Rename system preference delimiter to CSVDel...
2021-01-12 Nick ClemensBug 26851: Don't generate a notice to library if no...
2021-01-04 Nick ClemensBug 21886: (QA follow-up) Fix indentation, prevent...
2021-01-04 Martin RenvoizeBug 21886: (QA follow-up) Fix QA script errors
2021-01-04 Stefan BerndtssonBug 21886: Add option to send notices from owning libra...
2021-01-04 Timothy Alexis VassBug 27085: Corrections in overdue_notices.pl help text
2020-10-25 Mark HofstetterBug 26601: Add utf8 encoding to text output of overdue_...
2020-09-18 Jonathan DruartBug 26420: Use translated notices for overdue_notices.pl
2020-09-03 Nick ClemensBug 24197: (QA follow-up) Shorten syspref name to Addre...
2020-09-03 Alex BuckleyBug 24197: Added new local use syspref which sets the...
2020-04-08 Nick ClemensBug 24840: Replace DateTime->now with dt_from_string
2020-03-20 Nick ClemensBug 23411: Do not fall back to 'email' for SMS messages
2020-03-19 Jonathan DruartBug 24726: Replace one occurrence in print statement
2020-03-19 Martin RenvoizeBug 24726: Update overdue_notices to use inbound_email_...
2019-05-30 Hayley MapleyBug 20537: Added checks to remove warning from overdue_...
2019-04-11 Nick ClemensBug 20937: Truncate items for print notices when user...
2019-04-10 Martin RenvoizeBug 22600: Set 'commandline' interface appropriately
2019-04-10 Martin RenvoizeBug 22600: Add 'cron' to interface types and set approp...
2018-01-02 Jonathan DruartBug 19304: Move C4::Members::GetNoticeEmailAddress...
2017-08-30 Jonathan DruartBug 17969: Refactor the way <<items.content>> is generated
2017-06-21 Jonathan DruartBug 18835: Fix SQL syntax error in overdue_notices.pl
2017-05-08 Kyle M HallBug 17952 - Lost items not skipped by overdue_notices.pl
2016-12-16 Olivier CrouzetBug 17470 Make overdue notices according to branch...
2016-09-24 Tomas Cohen AraziBug 2389: (followup) Add documentation and fix use...
2016-09-24 Tomas Cohen AraziBug 2389: Add --test switch to overdue_notices.pl
2016-07-08 Morgane AlonsoBug 12509 - Fix Untranslatable Restriction added by...
2016-04-05 Jonathan Druart Bug 15967: Use the email template if the print templat...
2016-04-05 Jonathan Druart Bug 15967: Fix regression from bug 14133 - notify...
2016-03-03 Jonathan DruartBug 15548: Move new patron related code to Patron*
2016-03-03 Jonathan Druart Bug 15084: Replace C4::Budgets::GetCurrencies with...
2016-02-24 Jonathan DruartBug 15629: Koha::Libraries - Remove GetBranchDetail
2016-01-28 Marcel de Rooy Bug 15240: [QA Follow-up] Minor adjustments
2016-01-28 Jonathan Druart Bug 15240: Do not process issues with a date due later...
2016-01-27 Jonathan Druart Bug 14133: Print notices should be generated with...
2015-11-25 Nick ClemensBug 15242: Missing subroutine in overdue_notices.pl
2015-11-17 Marc VéronBug 14960: Remove C4::Dates from files in misc/cronjobs
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-08-07 Ulrich KleiberBug 14534: Stop overdue_notices.pl from issuing the...
2015-06-22 Stefan WeilBug 14383: misc: Fix some typos in comments and documen...
2015-05-04 Marc VéronBug 13889: Add information about cron jobs to system log
2015-04-20 Jonathan DruartBug 9978: Replace license header with the correct licen...
2015-03-30 Jonathan DruartBug 11120: the date input should be in a iso format...
2015-03-30 Katrin FischerBug 11120: Follow-up: adding a hint about the date...
2015-03-30 Jonathan DruartBug 11120: FIX the --date option for overdue_notices...
2015-02-20 Chris CormackBug 13679 : Bug in listing overdues
2014-12-17 Martin RenvoizeBUG 13468: Overdue notice lists all checked out books
2014-10-19 simithBug 8687 - Overdues: Add utf-8 support to HTML and...
2014-10-19 Rafal KopaczkaBug 13035: Overdue notices send notices for due date...
2014-08-26 Jonathan DruartBug 12717: Library no longer receiving Overdue email...
2014-08-15 Chris CormackBug 12529: Add a syspref to make overdue notices respec...
2014-07-26 Sophie MeynieuxBug 12294 : Cancel replacing carriage return on notices
2014-05-02 Galen CharltonBug 9016: (follow-up) treat missing transports for...
2014-05-02 Jonathan DruartBug 10832: (follow-up) fix case where some print overdu...
2014-05-02 Jonathan DruartBug 10832: Multi transport types for overdue notices
2014-04-11 Galen CharltonBug 11598: (follow-up) improve help text for --html...
2014-04-11 Kyle M HallBug 11598: Add --text option to overdue_notices similar...
2014-03-18 Jonathan DruartBug 8168: (follow-up) Use semicolon as default CSV...
2014-03-18 Daniel BarkerBug 8168: Fixing header of non CSV files for overdue...
2013-11-01 Sophie MeynieuxBug 10720: fix issue that prevented use of HTML tags...
2013-10-31 Kyle M HallBug 2720 - Overdues which debar automatically should...
2013-09-16 Galen CharltonBug 9372: (follow-up) tidy whitespace in new lines
2013-09-16 Sophie MeynieuxBug 9372: replace carriage return with <br /> in printe...
2013-09-16 Magnus EngerBug 10810 - Fix synopsis for -html option to overdue_no...
2013-08-16 Kyle M HallBug 10664 [QA Followup] - fix error in overdue_notices...
2013-08-16 Sophie MeynieuxBug 10664: fix error in overdue_notices.pl if there...
2013-05-01 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-04-18 Jared Camins-EsakovMerge branch 'bug_7368' into 3.14-master
2013-03-22 Jared Camins-EsakovMerge branch 'bug_8378' into 3.12-master
2013-03-22 Dobrica PavlinusicBug 8378 - <fine> in overdues changed to <<items.fine>>
2013-03-20 Jared Camins-EsakovMerge branch 'bug_9103' into 3.12-master
2013-03-20 Fridolyn SOMERSBug 9103: overdue_notices.pl should use AutoEmailPrimar...
2013-02-12 Jared Camins-EsakovMerge branch 'bug_9105' into 3.12-master
2013-02-01 Jared Camins-EsakovMerge branch 'bug_9102' into 3.12-master
2013-01-24 Jared Camins-EsakovMerge branch 'bug_6835' into 3.12-master
2013-01-24 Alex ArnaudBug 6835 - Ability to specify types of email address...
2013-01-15 Jared Camins-EsakovMerge branch 'bug_8557' into 3.12-master
2013-01-09 Jared Camins-EsakovMerge branch 'bug_8977' into 3.12-master
2013-01-02 Jared Camins-EsakovMerge branch 'bug_7919' into 3.12-master
2012-12-30 Jared Camins-EsakovMerge branch 'bug_9052' into 3.12-master
2012-12-28 Jared Camins-EsakovRevert "Bug 8378 - <fine> syntax not working on overdue...
2012-12-27 Jared Camins-EsakovMerge branch 'bug_8299' into 3.12-master
2012-12-27 Mason JamesBug 8299 - overdue_notice.pl shows error messages
2012-12-27 Jared Camins-EsakovMerge branch 'bug_7368' into 3.12-master
2012-12-27 Jared Camins-EsakovMerge branch 'bug_7143' into 3.12-master
2012-12-19 Fridolyn SOMERSBug 9104: country in CSV in overdue_notices.pl
next