Bug 35504: New cycle, new team :)
[koha.git] / C4 / Circulation.pm
2024-01-15 Nick ClemensBug 35293: (follow-up) Handle all rules as well
2024-01-15 Alex BuckleyBug 35293: Re-implement bug 30407 functionality
2024-01-08 Aleisha AmohiaBug 35587: Do not trigger transfer if lost item returne...
2024-01-03 Kyle M HallBug 18139: Tidy code
2024-01-03 Kyle M HallBug 18139: Display the rule critera used to determin...
2023-11-08 Tomas Cohen AraziBug 35269: Rename `update_item_location` to `location_u...
2023-11-06 Alex BuckleyBug 21159: Update item location on checkout
2023-11-06 Kyle M HallBug 34529: Offline circulation should be able to accept...
2023-11-06 Katrin FischerBug 27992: (QA follow-up) Perltidy
2023-11-06 Lucas GassBug 27992: Call AddReturn on stats patron
2023-11-03 Tomas Cohen AraziBug 29002: Tidy
2023-11-03 Martin RenvoizeBug 29002: Circulation
2023-10-31 Nick ClemensBug 34924: Add 'auto_renew_final' and 'auto_unseen_fina...
2023-10-24 Martin RenvoizeBug 15504: (follow-up) Migrate to one clear method
2023-10-24 Matt BlenkinsopBug 15504: Add triggers to instances of track_login_daily
2023-10-20 Nick ClemensBug 25393: (QA follow-up) simplify auto_renew condition
2023-10-20 Pedro AmorimBug 25393: Update CanBookBeRenewed pod with bug 25758...
2023-10-20 Pedro AmorimBug 25393: Auto renewals logic reimplementation:
2023-10-20 Pedro AmorimBug 25393: Distinguish between auto or normal renewals...
2023-10-20 Pedro AmorimBug 25393: Use new noautorenewalbefore circulation...
2023-10-10 Alex BuckleyBug 25560: Define item-type specific rules in UpdateNot...
2023-10-04 Nick ClemensBug 9525: (QA follow-up) Tidy
2023-10-04 Emmi TakkinenBug 9525: Add option to define float groups and rules...
2023-10-03 Katrin FischerBug 29145: Perltidy files and added code
2023-10-03 Kyle M HallBug 29145: (QA follow-up) Rename has_debarring_overdues...
2023-10-03 David GustafssonBug 29145: Fix conditions for patron debarring overdues
2023-10-03 David GustafssonBug 29145: Add tests and modify sysprefs
2023-10-03 Stefan BerndtssonBug 29145: use overdues restrict delays when removing...
2023-09-22 Katrin FischerBug 32496: (QA follow-up) Fix POD and DateTime use
2023-09-22 David GustafssonBug 32496: Reduce unnecessary unblessings of objects...
2023-08-30 David CookBug 30362: Fix GetSoonestRenewDate to really return...
2023-07-19 Nick ClemensBug 34178: Cache ItemsAnyAvailableAndNotRestricted...
2023-07-19 Marcel de RooyBug 33444: (QA follow-up) Add forgotten skipfinecalc...
2023-07-19 Nick ClemensBug 33444: Update AddRenewal to take a hashref of params
2023-07-07 Martin RenvoizeBug 34212: Replace Koha::Checkouts->find with $item...
2023-07-03 Martin RenvoizeBug 23336: Fix inconsistent return of AddIssue
2023-07-03 Martin RenvoizeBug 23336: Add checkout API's
2023-06-07 Jonathan DruartBug 32894: Koha::Item->last_returned_by
2023-06-07 Nick ClemensBug 32478: (follow-up) Tidy code
2023-06-07 Nick ClemensBug 32478: (follow-up) UpdateItemLocationOnCheckin...
2023-06-07 David GustafssonBug 32478: Remove Koha::Config::SysPref->find since...
2023-05-30 Kyle M HallBug 33838: Don't reset the renewal count
2023-05-12 Kyle M HallBug 31212: (QA follow-up) Fix unit test, remove unused...
2023-05-12 Lucas GassBug 31212: Fix date_from_string and explicitly called...
2023-05-12 David GustafssonBug 31735: Avoid re-fetcing objects from database by...
2023-05-10 Lucas GassBug 30928: Add interface to statistics
2023-04-12 Matt BlenkinsopBug 32013: Autorenewal batch indexing
2023-04-06 Tomas Cohen AraziBug 30403: (follow-up) Remove useless warning
2023-04-06 Emmi TakkinenBug 30403: Add syspref UpdateNotForLoanStatusOnCheckout
2023-03-31 Martin RenvoizeBug 18398: Update C4::Message enqueue to use $patron...
2023-03-31 Martin RenvoizeBug 29234: Transit on checking
2023-03-27 Nick ClemensBug 33309: Index items after renewal transaction completes
2023-03-16 Martin RenvoizeBug 32878: (follow-up) Exclude non_priority holds
2023-03-14 Petro VashchukBug 32878: Make it impossible to renew the item if...
2023-02-24 Lucas GassBug 32805: Update location when recording a localuse...
2023-02-10 Tomas Cohen AraziBug 30642: Make renewal_type an enum in spec and add...
2023-02-10 Kyle M HallBug 30642: (QA follow-up) Do not rely on script names...
2023-02-10 Matt BlenkinsopBug 30642: Record renewal type
2023-01-31 Martin RenvoizeBug 31095: Remove GetDebarments from Circulation.pm
2023-01-18 Nick ClemensBug 22042: Block all return actions when BlockReturnOfW...
2023-01-17 Shi Yao WangBug 14784: Fix checkin message for restricted patrons
2022-11-14 Emmi TakkinenBug 31447: Use holds pick up branch in "Please confirm...
2022-11-04 Nick ClemensBug 29102: Do not count patron's own hold against limits
2022-11-04 Joonas KylmäläBug 27259: Add HomeOrHoldingBranch checks where it...
2022-10-27 Emmi TakkinenBug 30407: Add ability to syspref UpdateNotForLoanStatu...
2022-10-24 Aleisha AmohiaBug 23012: Apply processing fee return policy when...
2022-10-18 Kyle M HallBug 25426: Allow return policy to be selected via syspr...
2022-10-11 Katrin FischerBug 30168: (QA follow-up) Fix POD
2022-10-11 Nick ClemensBug 30168: Use checkout object in GetSoonestRenewDate
2022-10-11 Joonas KylmäläBug 31485: Move _item_denied_renewal to Koha::Item
2022-09-22 Kyle M HallBug 7021: (QA follow-up): Minor code cleanup
2022-09-22 Martin RenvoizeBug 7021: Catch new introductions of UpdateStats
2022-09-22 Martin RenvoizeBug 7021: Terminology - usercode -> categorycode
2022-09-22 Olli-Antti KivilahtiBug 7021: Patron category in the statistics table
2022-08-31 Nick ClemensBug 30016: Remove GetOpenIssue subroutine
2022-08-26 Kyle M HallBug 31112: (QA follow-up) Reduce database queries
2022-08-26 Joonas KylmäläBug 31112: (follow-up) Don't return "on_reserve" when...
2022-08-26 Joonas KylmäläBug 31112: (follow-up) Bring back the check for non...
2022-08-26 Nick ClemensBug 31112: (QA follow-up) Fetch patrons with reserves
2022-08-26 Nick ClemensBug 31112: (QA follow-up) Restore check to avoid extra...
2022-08-26 Joonas KylmäläBug 31112: CanBookBeRenewed: take into account patrons...
2022-08-26 Joonas KylmäläBug 31112: Remove unnecessary if-clause
2022-08-26 Martin RenvoizeBug 24295: Finally remove GetTransfers from C4/Circulation
2022-08-25 Kyle M HallBug 12225: Use ProcessOfflineIssue
2022-08-19 Jonathan DruartBug 30718: Fix renewal with due date
2022-08-19 Jonathan DruartBug 30718: Use flatpickr's altInput
2022-07-29 Kevin CarnesBug 29012: Add default values for blank circulation...
2022-07-27 Kyle M HallBug 31120: Items will renew for zero ( 0 ) days if...
2022-07-13 Martin RenvoizeBug 28854: Update circulation functionality for bundles
2022-07-05 Martin RenvoizeBug 30275: (follow-up) Drop renewer_id constraint
2022-07-05 Tomas Cohen AraziBug 30275: (QA follow-up) Rename columns to match API
2022-07-05 Martin RenvoizeBug 30275: Rename issues.renewals to issues.renewals_count
2022-07-05 Martin RenvoizeBug 30275: Record renewals
2022-06-23 Tomas Cohen AraziBug 24239: (QA follow-up) Rename date_due => due_date
2022-06-23 Lari TaskulaBug 24239: Let the ILL module set ad hoc hard due dates
2022-06-23 Joonas KylmäläBug 30947: (follow-up) Remove unnecessary object cloning
2022-06-23 Joonas KylmäläBug 30947: Simplify CanBookBeIssued date handling
2022-06-14 Jonathan DruartBug 29623: Cache circulation rules
2022-06-14 Tomas Cohen AraziBug 30409: (QA follow-up) Avoid uninitialized variable...
2022-06-14 Petro VashchukBug 30409: barcodedecode() should always trim barcode
next