Update release notes for 19.05.02 release
[koha.git] / Koha / Account /
2019-06-11 Kyle M HallBug 22982: (QA follow-up) Add behavior to Koha::Account...
2019-04-25 Nick ClemensBug 22511: Fix type role->roll
2019-04-25 Martin RenvoizeBug 22511: Update void method to use status
2019-04-17 Martin RenvoizeBug 22521: (QA follow-up) Corrections to tests
2019-04-17 Martin RenvoizeBug 22521: Update fines handling to use accountline...
2019-04-10 Martin RenvoizeBug 22600: Add 'interface' to accountlines
2019-03-28 Martin RenvoizeBug 22516: Remove remaining calls to lastincrement
2019-03-21 Martin RenvoizeBug 21683: (QA follow-up) Koha::Account::Line rebase fix
2019-03-11 Josef MoravecBug 19489: (QA follow-up) Cache checkout object in...
2019-03-11 Nazlı ÇetinBug 19489: Change method name issue --> checkout
2019-03-11 Nazlı ÇetinBug 19489: Koha::Account::Line->issue method and Unit...
2019-02-27 Martin RenvoizeBug 21747: (follow-up) Intelligent rename of offsets
2019-01-18 Jonathan DruartBug 22006: Handle undefined itemnumber for Koha::Accoun...
2019-01-11 Tomas Cohen AraziBug 21727: (QA follow-up) Fix POD encoding
2019-01-11 Martin RenvoizeBug 21727: Add handling for cases requireing patron...
2019-01-11 Martin RenvoizeBug 21727: Add clarifications to the POD of adjust
2019-01-11 Martin RenvoizeBug 21727: Add ->adjust to Koha::Account::Line
2018-11-30 Nick ClemensBug 21896: RM follow-up - fix tests
2018-11-29 Martin RenvoizeBug 21896: (QA follow-up) Document and Test for FIFO...
2018-11-06 Tomas Cohen AraziBug 21673: (QA follow-up) Fix typo and remove unused...
2018-11-06 Jonathan DruartBug 21673: Use Koha::Account::Lines->total_amountoutsta...
2018-10-31 Tomas Cohen AraziBug 13098: Fix POD for Koha::Account::Offsets::total
2018-10-31 Jonathan DruartBug 13098: Sum at DBMS level
2018-10-31 Tomas Cohen AraziBug 13098: Add Koha::Account::Offsets->total
2018-10-19 Tomas Cohen AraziBug 21607: Make Koha::Account::Line->apply store credit...
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-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-04-24 Kyle M HallBug 2696: (QA follow-up) Fix POD, results sorting,...
2018-04-24 Kyle M HallBug 2696: Fine payments should show what was paid for
2018-04-19 Kyle M HallBug 18790: (QA follow-up) Use a transaction for voiding
2018-04-19 Kyle M HallBug 18790: Add logging for voided payments
2018-04-19 Kyle M HallBug 18790: Add ability to void payments
2018-02-23 Jonathan DruartBug 12001: Move GetMemberAccountRecords to the Koha...
2017-10-20 Tomas Cohen AraziBug 14826: (QA follow-up) POD fixes
2017-10-20 Kyle M HallBug 14826: Add Koha::Account::Offset(s) modules
2016-12-16 Jonathan DruartBug 17586: Move ->get_balance to Koha::Account->balance
2016-12-16 Jonathan DruartBug 17586: Add the Koha::Account::Lines->get_balance...
2016-03-02 Jonathan DruartBug 15675: Fix conflict with bug 15446 (type vs _type)
2016-03-02 Kyle M HallBug 15675 - Add issue_id column to accountlines and...