Bug 28959: Add virtualshelves.public as a boolean
[koha.git] / Koha / Acquisition /
2021-07-26 Martin RenvoizeBug 28640: Expose EDI Status on basket details page
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-04-23 Jonathan DruartBug 23971: Rename pref with AcquisitionLog
2021-04-23 Andrew IsherwoodBug 23971: (follow-up) Make changes for 26582
2021-01-28 Tomas Cohen AraziBug 25670: New orders included only if standing
2021-01-28 Tomas Cohen AraziBug 25670: Add filter_by_active and filter_by_id_includ...
2020-11-05 Tomas Cohen AraziBug 26582: (QA follow-up) Rename closed => is_closed
2020-11-05 Tomas Cohen AraziBug 26582: Add Koha::Acquisition::Basket->close
2020-11-04 Katrin FischerBug 15329: Add new column for budget to the late orders...
2020-10-15 Jonathan DruartBug 26515: Don't need to call safe_to_delete
2020-10-15 Tomas Cohen AraziBug 26515: (QA follow-up) Preserve original behaviour
2020-10-15 Tomas Cohen AraziBug 26515: Better feedback on errors
2020-10-15 Tomas Cohen AraziBug 26515: (follow-up) Do not count self when checking...
2020-10-15 Tomas Cohen AraziBug 26515: Add Koha::Acquisition::Order->cancel
2020-09-29 Tomas Cohen AraziBug 26524: Add Koha::Acquisition::Basket->orders
2020-09-11 Jonathan DruartBug 26365: Remove comparison with 0000-00-00 for dateca...
2020-08-25 Jonathan DruartBug 23166: Add filter_by_current and _cancelled Koha...
2020-07-30 Jonathan DruartBug 24157: Add new method Acq::Invoice::Adjustement...
2020-05-04 Jonathan DruartBug 24161: (follow-up) Fix typo in POD
2020-05-04 Jonathan DruartBug 24161: Fix license statements
2020-05-04 Jonathan DruartBug 24161: Keep tracks of late orders claims
2020-05-04 Jonathan DruartBug 24161: Add the Koha::Acquisition::Order::Claim...
2020-05-01 Tomas Cohen AraziBug 25297: Consistent return value in K::A::Order-...
2020-03-27 Jonathan DruartBug 18177: remove aqbooksellers.currency
2020-03-27 Jonathan DruartBug 18177: remove aqbooksellers.bookselleremail
2020-03-27 Jonathan DruartBug 18177: remove aqbooksellers.booksellerurl
2020-03-27 Jonathan DruartBug 18177: remove aqbooksellers.booksellerfax
2020-03-27 Jonathan DruartBug 18177: remove aqbooksellers.othersupplier
2020-03-27 Jonathan DruartBug 22685: Use DBIx::Class relationships in Koha::Acq...
2020-03-24 Tomas Cohen AraziBug 24461: Add to_api_mapping to Koha::Acquisition...
2020-03-24 Tomas Cohen AraziBug 24918: Fix attribute mappings in Koha::Acquisition...
2020-03-24 Tomas Cohen AraziBug 24464: (QA follow-up) Make the method reflect the...
2020-03-24 Tomas Cohen AraziBug 24464: Add K::A::Basket->creator
2020-03-24 Tomas Cohen AraziBug 24463: Add a basket_group relationship for baskets
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-02-10 Tomas Cohen AraziBug 24462: Adapt mapping to voted RFC (Invoices)
2020-02-04 Jonathan DruartBug 24440: Rename current_holds with current_item_level...
2020-02-04 Tomas Cohen AraziBug 24440: (follow-up) Make related objects prefetchable
2020-02-04 Tomas Cohen AraziBug 24440: Add ->current_holds to Koha::Acquisition...
2020-01-23 Tomas Cohen AraziBug 24459: Make ->to_api pass $params through
2020-01-23 Tomas Cohen AraziBug 24457: Make overloaded ->to_api pass the params...
2020-01-14 Tomas Cohen AraziBug 18731: Overload K::A::Fund->to_api to avoid conflict
2020-01-09 Martin RenvoizeBug 18731: (QA follow-up) Spelling and POD corrections
2020-01-09 Tomas Cohen AraziBug 18731: Add API mappings to K::A::{Basket,Invoice}
2020-01-09 Tomas Cohen AraziBug 18731: /acquisitions/orders endpoint
2019-11-27 Jonathan DruartBug 23927: Do not copy invoiceid for a new duplicated...
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Acquisition::Fund
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Acquisition::Bookseller
2019-04-11 Nick ClemensBug 22541: Invoice adjustments should show invoice...
2019-04-10 Jonathan DruartBug 22390: Never copy items if original order has been...
2019-04-10 Jonathan DruartBug 22390: (bug 15184 follow-up) Use aqorders.subscript...
2019-03-07 Julian MauriceBug 15774: Use Koha::Object(s) for additional fields
2018-11-08 Jonathan DruartBug 15184: Set created_by to the logged in user
2018-11-08 Jonathan DruartBug 15184: Do copy items for not a serial OR if items...
2018-11-08 Jonathan DruartBug 15184: Add POD
2018-11-08 Jonathan DruartBug 15184: Add the ability to duplicate existing order...
2018-08-30 Jonathan DruartBug 20366: Add new method Koha::Acquisition::Basket...
2018-08-30 Jonathan DruartBug 20366: Add new method Koha::Acquisition::Order...
2018-08-30 Jonathan DruartBug 20726: Add new method Acquisition::Order->invoice
2018-08-30 Jonathan DruartBug 20726: Add new method Koha::Acquisition::Order...
2018-07-19 Nick ClemensBug 19166: Add the ability to add adjustments to an...
2018-07-06 Julian MauriceBug 12395: Save order line's creator
2018-02-26 Jonathan DruartBug 20199: Send a DateTime to DBIC instead of an iso...
2017-12-26 Jonathan DruartBug 19826: Add tests
2017-12-26 Tomas Cohen AraziBug 19826: Add K::Acq::Budget(s) and K::Acq::Fund(s)
2017-10-11 Nick ClemensBug 15685: (QA follow-up) Address QA issues
2017-10-11 Tomas Cohen AraziBug 15685: Add tests for Koha::Acquisition::Order-...
2017-10-11 Tomas Cohen AraziBug 15685: POD
2017-10-11 Jesse WeaverBug 15685: Allow creation of items (AcqCreateItem)...
2017-10-09 Aleisha AmohiaBug 13208: [FOLLOW-UP] Perl documentation for modules
2017-10-09 Aleisha AmohiaBug 13208: [FOLLOW-UP] Creating and implementing new...
2017-09-07 Tomas Cohen AraziBug 19256: (QA followup) Add missing POD
2017-09-07 Jonathan DruartBug 19256: Make Koha::Acq::Order using Koha::Object
2017-08-25 Tomas Cohen AraziBug 19130: (followup) Add POD
2017-08-25 Tomas Cohen AraziBug 19130: Remove ->search() overloading and adjust...
2016-12-30 Jonathan DruartBug 13726: Make Koha::Acq::Bookseller using Koha::Object
2016-04-29 Jesse WeaverBug 15531: (followup) Use a quantity of 1, not null...
2016-04-29 Jesse WeaverBug 15531: Add support for standing orders
2016-03-21 Jonathan DruartBug 15962: Block the currency deletion if used
2016-03-21 Jonathan DruartBug 16053: Do not remove the active flag when editing...
2016-03-03 Jonathan Druart Bug 15084: Fix conflict with bug 15446 (type vs _type)
2016-03-03 Jonathan Druart Bug 15084: Replace C4::Budgets::GetCurrencies with...
2016-03-03 Jonathan Druart Bug 15084: Make sure the previous active currency...
2016-03-03 Jonathan Druart Bug 15084: Add Koha::Acquisition::Currenc[y|ies] classes
2015-02-10 Jonathan DruartBug 13319: Fix Koha::Acq::Order should set parent_order...
2014-12-31 Jonathan DruartBug 12896: Move the bookseller-related code into Koha...
2014-10-28 Jonathan DruartBug 12830: use find instead of search
2014-10-28 Jonathan DruartBug 12830: Move the order-related code into Koha::Acqui...