Bug 33653: Use filter_by_active instead
[koha.git] / Koha / Item.pm
2023-04-20 Tomas Cohen AraziBug 33447: Make *->pickup_locations methods throw an...
2023-04-20 Nick ClemensBug 33447: (follow-up) Fix tests and make assumption...
2023-03-27 Julian MauriceBug 33021: Show an alert when adding a reserved item...
2023-03-27 Julian MauriceBug 32121: Show an alert when adding a checked out...
2023-03-27 Nick ClemensBug 33309: Index items after renewal transaction completes
2023-03-17 Kyle HallBug 33070: Remove use of can_edit_items
2023-03-10 Tomas Cohen AraziBug 33161: (follow-up) Remove stray variables and fix POD
2023-03-10 Martin RenvoizeBug 33161: Clarify method names
2023-03-10 Martin RenvoizeBug 33161: (follow-up) Consistent use of db fields...
2023-03-10 Tomas Cohen AraziBug 33161: Add +strings support to GET /items and ...
2023-02-02 Kyle M HallBug 20256: Use new methods
2023-01-30 Nick ClemensBug 30254: Don't charge overdue fines unless some fine...
2023-01-11 Tomas Cohen AraziBug 32528: Make safe_to_delete exit earlier on error...
2023-01-05 Tomas Cohen AraziBug 32529: Make Koha::Item->safe_to_delete consider...
2022-11-22 Martin RenvoizeBug 31080: Prevent bundles from being nested
2022-10-28 Aleisha AmohiaBug 23012: (follow-up) Fix t/db_dependent/Koha/Items.t
2022-10-25 Tomas Cohen AraziRevert "Bug 23012: get_lostreturn_policy returns a...
2022-10-24 Tomas Cohen AraziBug 23012: get_lostreturn_policy returns a scalar
2022-10-24 Nick ClemensBug 23012: (QA follow-up) Combine method to get both...
2022-10-24 Aleisha AmohiaBug 23012: Apply processing fee return policy when...
2022-10-11 Joonas KylmäläBug 31485: Move _item_denied_renewal to Koha::Item
2022-10-03 Julian MauriceBug 31441: Fix Koha::Item::as_marc_field when kohafield...
2022-09-12 Marcel de RooyBug 31535: Fix warning - uninitialized value for location
2022-08-26 Kyle HallBug 20262: (QA follow-up) Fix spelling errors
2022-08-26 Stefan BerndtssonBug 20262: Add ability to refund lost item fees without...
2022-08-19 Jonathan DruartBug 30718: Use flatpickr's altInput
2022-08-18 Martin RenvoizeBug 28854: (follow-up) Remove errant warning
2022-08-16 Nick ClemensBug 31314: (QA follow-up) Prefetch and make routines...
2022-08-16 Jonathan DruartBug 31313: Fix availability - OPAC opac-detail
2022-08-16 Jonathan DruartBug 31328: Call get_transfers from get_transfer
2022-08-16 Tomas Cohen AraziBug 31328: Make Koha::Item->get_transfer* use Koha...
2022-08-02 Tomas Cohen AraziBug 30392: (QA follow-up) Remove deleted_on from the...
2022-08-01 Jonathan DruartBug 30392: Set deleted_on when an item is (marked as...
2022-07-22 Martin RenvoizeBug 31128: Add effective_not_for_loan_status into items...
2022-07-18 Martin RenvoizeBug 29105: Add effective_itemtype handling to items api
2022-07-13 Katrin FischerBug 28854: (QA follow-up) Fix QA tool complaints
2022-07-13 Martin RenvoizeBug 28854: Improve lost details display for bundle...
2022-07-13 Martin RenvoizeBug 28854: Record and display who lost the item
2022-07-13 Martin RenvoizeBug 28854: Expose functionality to attach items to...
2022-07-08 Nick ClemensBug 24857: Delete item group when last item is deleted
2022-07-08 Nick ClemensBug 24857: Add Object Methods
2022-07-05 Martin RenvoizeBug 29958: Do not set dateaccessioned on updates
2022-06-06 David CookBug 30636: Show notforloan availability correctly in...
2022-05-13 Tomas Cohen AraziBug 30728: Only trigger real-time holds queue update...
2022-05-11 Nick ClemensBug 30710: Build holds queue once per biblio when batch...
2022-05-05 Aleisha AmohiaBug 30291: Changes to controller scripts
2022-05-05 Tomas Cohen AraziBug 29346: Add more fine-grained control of holds queue...
2022-05-05 Tomas Cohen AraziBug 29346: Item action trigger
2022-03-15 Fridolin SomersBug 19532: (RM follow-up) Fix recalls.old is default 0
2022-03-15 Tomas Cohen AraziBug 19532: (QA follow-up) Simplify resultset accessors
2022-03-15 Tomas Cohen AraziBug 19532: Make recalls.status an ENUM
2022-03-15 Aleisha AmohiaBug 19532: (follow-up) Fixes along recall workflow
2022-03-15 Aleisha AmohiaBug 19532: Other objects used in recalls feature
2022-02-15 Martin RenvoizeBug 26704: Update Koha::Item to use Koha::Object::Messages
2022-01-11 Jonathan DruartBug 29788: Make Koha::Item->safe_to_delete use Koha...
2021-11-16 Jonathan DruartBug 28692: Get from storage before log actions
2021-10-28 Tomas Cohen AraziBug 29107: Rename item_type => item_type_id
2021-10-28 Tomas Cohen AraziBug 27358: Add GET /public/biblios/:biblio_id/items
2021-10-18 Jonathan DruartBug 28445: Use the task queue for the batch delete...
2021-10-06 Kyle M HallBug 26351: Add plugin hooks to transform item barcodes
2021-10-06 Jonathan DruartBug 27526: Add tests for columns_to_str and host_items
2021-10-06 Jonathan DruartBug 27526: Add missing POD
2021-10-06 Jonathan DruartBug 27526: Adjust code to use Koha::Items
2021-08-27 Jonathan DruartBug 22690: Remove uneeded return and add no_triggers
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Add TrackedLink classes and...
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Use relationship accessor
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Clarify uses of DBIC
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Improve negation syntax
2021-08-27 Martin RenvoizeBug 22690: (QA follow-up) Rename 'item_orders' to ...
2021-08-27 Joonas KylmäläBug 22690: (QA follow-up) Index also source biblio...
2021-08-27 Ere MaijalaBug 22690: Refactor merging of records to improve perfo...
2021-08-04 Martin RenvoizeBug 22435: Fix _set_found_trigger
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-15 Joonas KylmäläBug 28520: Revert "Bug 12362: (QA follow-up) Fix ModIte...
2021-06-14 Martin RenvoizeBug 27064: (QA follow-up) Pass 'replace' through to...
2021-04-23 Martin RenvoizeBug 27971: Update void method to use double entry accou...
2021-04-23 Martin RenvoizeBug 12362: (QA follow-up) Fix ModItemTransfer cancellat...
2021-04-23 Kyle M HallBug 27281: (QA follow-up) Fix typo
2021-04-23 Martin RenvoizeBug 27281: Update LostItem to use Koha::Item[::Transfer...
2021-04-07 Tomas Cohen AraziBug 27069: Adapt uses of holdallowed
2021-03-09 Jonathan DruartBug 27545: Keep the location if passed
2021-03-09 Jonathan DruartBug 27545: Use NewItemsDefaultLocation from places...
2021-03-03 Martin RenvoizeBug 26618: Improve Exception Class Names
2021-03-03 Martin RenvoizeBug 24446: (QA follow-up) Correction to datecancelled...
2021-03-03 Martin RenvoizeBug 24446: (follow-up) Handle cases of pre-existing...
2021-03-03 Martin RenvoizeBug 26057: Add 'cancel' method to Koha::Item::Transfer
2021-03-03 Martin RenvoizeBug 25755: (QA follow-up) Further POD clarifications
2021-03-03 Katrin FischerBug 25755: Fix typo in POD
2021-03-03 Martin RenvoizeBug 25755: Add Unit tests for update to get_transfer
2021-03-03 Martin RenvoizeBug 25755: (QA follow-up) Clarify POD and parameters
2021-03-03 Martin RenvoizeBug 25755: Add Koha::Item->request_transfer method
2020-12-04 Jonathan DruartBug 27003: Item creation log must be done after the...
2020-11-13 Nick ClemensBug 26963: (QA follow-up) Fix up tests and cover case...
2020-11-13 Martin RenvoizeBug 26963: (QA follow-up) Convert to ResultSets
2020-11-13 Nick ClemensBug 26963: (follow-up) Change subroutine name for QA...
2020-11-13 Nick ClemensBug 26963: Don't call 'can_be_transferred' for each...
2020-11-06 Martin RenvoizeBug 23091: Move _Restore to Koha::Item store trigger
2020-10-25 Björn NylénBug 26750: Deleted items not indexed
2020-10-12 Jonathan DruartBug 26145: Allow multi covers per item
2020-10-12 Jonathan DruartBug 26145: Refactoring - Move C4::Images to Koha::Cover...
next