Bug 20944: OpenAPI spec for /patrons/{patron_id}/account/credits
[koha.git] / Koha /
2018-08-31 Nick ClemensBug 18639: DBRev 18.06.00.023
2018-08-31 Colin CampbellBug 18639: Use replacementprice when creating order...
2018-08-30 Nick ClemensBug 21068: (RM follow-up) Schema updates
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-08-30 Jonathan DruartBug 21068: Remove NorwegianPatronDB related code
2018-08-25 Nick ClemensBug 15524: (RM follow-up) Update schema files
2018-08-24 Nick ClemensBug 15524: (RM follow-up) Fix calls and add filter
2018-08-24 Kyle M HallBug 15524: (QA follow-up) Change Can[Book|Item]BeReserv...
2018-08-22 Ere MaijalaBug 20248: Improve Elasticsearch mappings UI and rebuil...
2018-08-17 Jonathan DruartBug 13618: Add POD to raw.pm
2018-08-17 Jonathan DruartBug 13618: Add the raw TT filter
2018-08-14 Jonathan DruartBug 20226: Centralize update child code (CATCODE_MULTI)
2018-08-10 Tomas Cohen AraziBug 20997: (QA follow-up) POD fixes and offset type...
2018-08-10 Tomas Cohen AraziBug 20997: (follow-up) Minor POD fixes
2018-08-10 Tomas Cohen AraziBug 20997: ->apply should be applied to Koha::Account...
2018-08-10 Josef MoravecBug 20997: (follow-up) Add Koha::Account::Line->is_debi...
2018-08-10 Tomas Cohen AraziBug 20997: Add Koha::Account::Line::apply method
2018-08-10 Marcel de RooyBug 19633: Use alphanumeric error codes in upload
2018-08-09 David CookBug 18586: Create module to mint RDF subject URIs
2018-08-09 Nick ClemensBug 18635: Koha::Patron->guarantees() should return...
2018-07-31 Alex ArnaudBug 21032: Fix using facet for searches made on specifi...
2018-07-31 Jonathan DruartBug 21133: Add missing use C4::Accounts statement in...
2018-07-31 Jonathan DruartBug 21134: Correctly throw the exception in Koha::Patro...
2018-07-31 Jonathan DruartBug 19604: Fix perlcritic "Loop iterator is not lexical"
2018-07-30 Jonathan DruartBug 21087: Do not store the password in ->store for...
2018-07-30 Jonathan DruartBug 21087: Hash passwords in ->update_password
2018-07-23 Nick ClemensBug 17698: DBRev 18.06.00.011
2018-07-23 Kyle M HallBug 19191: (QA follow-up) Remove double fetches from...
2018-07-23 Kyle M HallBug 19191: Add syspref to control use of email receipts...
2018-07-23 Kyle M HallBug 19191: Remove need for bug 19966
2018-07-23 Kyle M HallBug 19191: Add ability to email receipts for account...
2018-07-19 Nick ClemensBug 19166: DBRev 18.06.00.009
2018-07-19 Nick ClemensBug 19166: (follow-up) Adjust table and files and QA...
2018-07-19 Nick ClemensBug 19166: Add the ability to add adjustments to an...
2018-07-19 Alex ArnaudBug 20273: Use compat routines for autocomplete in...
2018-07-19 Nick ClemensBug 19604: Elasticsearch Fixes for build_authorities_qu...
2018-07-19 Nick ClemensBug 13560: Add an 'Add' option for marc modification...
2018-07-18 Jonathan DruartBug 18072: Only accept Koha::Library in parameters
2018-07-18 Lari TaskulaBug 18072: Add Koha::Biblio->can_be_transferred
2018-07-18 Lari TaskulaBug 18072: (QA follow-up) let Koha::Item->can_be_transf...
2018-07-18 Lari TaskulaBug 18072: Add Koha::Item->can_be_transferred
2018-07-18 Lari TaskulaBug 18072: Add Koha objects for Branch Transfer Limit
2018-07-18 Nick ClemensBug 19524: DBRev 18.06.006
2018-07-18 Kyle M HallBug 19524: Share patron lists between staff
2018-07-18 Tomas Cohen AraziBug 20942: (QA follow-up) Use $lines->total_outstanding
2018-07-18 Tomas Cohen AraziBug 20942: Split debit and credit lines
2018-07-18 Tomas Cohen AraziBug 20942: Add route to get patron's account balance
2018-07-18 Nick ClemensBug 20287: (RM follow-up) Add POD
2018-07-18 Tomas Cohen AraziBug 20287: (QA follow-up) Fix warning on undefined
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of ModMember in REST API
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of AddMember in REST API
2018-07-18 Jonathan DruartBug 20287: generate_userid now set the userid
2018-07-18 Jonathan DruartBug 20287: Replace ModMember in patrons import
2018-07-18 Jonathan DruartBug 20287: Fix test t/db_dependent/Members.t and preven...
2018-07-18 Jonathan DruartBug 20287: Move ModMember to Koha::Patron
2018-07-18 Jonathan DruartBug 20287: Add plain_text_password (& Remove AddMember_...
2018-07-18 Jonathan DruartBug 20287: Remove warning
2018-07-18 Jonathan DruartBug 20287: Replace occurrences of AddMember with Koha...
2018-07-18 Jonathan DruartBug 20287: Move AddMember to Koha::Patron->store
2018-07-18 Jonathan DruartBug 20287: Koha::Object->get_from_storage
2018-07-18 Jonathan DruartBug 20287: Move trim values to a method
2018-07-18 Jonathan DruartBug 20287: Move fixup_cardnumber
2018-07-13 Tomas Cohen AraziBug 21022: (follow-up) Move overloaded full_message...
2018-07-13 Tomas Cohen AraziBug 21022: Use passed message if present
2018-07-13 Charles FarmerBug 21025: Add GetPreparedLetter to Koha::Patron::Discharge
2018-07-13 Tomas Cohen AraziBug 20990: (QA follow-up) make outstanding_credits...
2018-07-13 Kyle M HallBug 20990: Make same changes that were made to outstand...
2018-07-13 Tomas Cohen AraziBug 20990: Add Koha::Account->outstanding_credits
2018-07-12 Julian MauriceBug 19502: Add POD for max_result_window
2018-07-12 Julian MauriceBug 19502: Retrieve index.max_result_window from ES
2018-07-06 Nick ClemensBug 12395: DBRev 18.06.00.005
2018-07-06 Julian MauriceBug 12395: Save order line's creator
2018-07-06 Tomas Cohen AraziBug 20980: (follow-up) Offset name consistency
2018-07-06 Tomas Cohen AraziBug 20980: (follow-up) Only use UpdateStats for 'paymen...
2018-07-06 Tomas Cohen AraziBug 20978: (follow-up) POD completeness
2018-07-06 Tomas Cohen AraziBug 20978: (follow-up) Another use case from C4::Circul...
2018-07-06 Tomas Cohen AraziBug 20978: Add Koha::Account::add_credit
2018-07-06 Kyle M HallBug 20703: Add ability to void any credit
2018-07-06 Tomas Cohen AraziBug 20946: (QA follow-up) make outstanding_debits retur...
2018-07-06 Nick ClemensBug 20946: (RM follow-up) Additional tests and fix...
2018-07-06 Kyle M HallBug 20946: Reduce number of db calls
2018-07-06 Tomas Cohen AraziBug 20946: Add Koha::Account::outstanding_debits
2018-07-02 Marcel de RooyBug 20272: Replace error numbers by codes in XSLT_Handler
2018-06-27 Nick ClemensBug 20073: (RM follow-up) Update schema files
2018-06-22 xljohaBug 20972: If ISBN has 10 numbers only the first 9...
2018-06-22 Marcel de RooyBug 20727: (QA follow-up) Remove a few use statements...
2018-06-22 Marcel de RooyBug 20727: (QA follow-up) Fix Upload.t and Plugins.t
2018-06-22 Kyle M HallBug 20727: Move temporary_directory() to C4::Context
2018-06-22 Kyle M HallBug 20727: Replace usage of File::Spec->tmpdir with...
2018-06-22 Jonathan DruartBug 20073: Remove perlcritic error
2018-06-22 Ere MaijalaBug 20073: Move Elasticsearch configs to yaml files...
2018-06-22 Fridolin SomersBug 20951: add missing use Koha::Patron::Debarments...
2018-06-22 Josef MoravecBug 20934: (QA follow-up) Fix pod in Koha::Old::Checkout
2018-06-22 Jonathan DruartBug 20934: Fix display of old checkouts in the checkout...
2018-06-08 Jonathan DruartBug 20886: Do not cast undef to 0 (TO_JSON)
2018-06-04 Jonathan DruartBug 20838: Make Koha::Library::Group->all_libraries...
2018-05-29 Jonathan DruartBug 20767: Display a stack trace when a method is not...
next