Bug 20402: Implement OAuth2 authentication for REST API
[koha.git] / Koha / Account /
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...