Bug 19919: Stop using paidfor altogether
[koha-equinox.git] / Koha / Account / Line.pm
2019-07-15 Martin RenvoizeBug 19919: Stop using paidfor altogether
2019-07-15 Martin RenvoizeBug 22563: Be more descriptive with accountypes
2019-06-05 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-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-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...
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...