Bug 22564: Remove references to 'Rep' accounttype
[koha-equinox.git] / Koha / Account.pm
2019-04-19 Martin RenvoizeBug 22564: Remove references to 'Rep' accounttype
2019-04-17 Martin RenvoizeBug 22521: Update fines handling to use accountline...
2019-04-10 Tomas Cohen AraziBug 22600: (QA follow-up) Raise an exception on missing...
2019-04-10 Martin RenvoizeBug 22600: Add 'interface' to accountlines
2019-03-29 Martin RenvoizeBug 22518: Remove references to 'O' accounttype
2019-03-28 Martin RenvoizeBug 22516: Remove remaining calls to lastincrement
2019-03-21 Josef MoravecBug 21683: Remove accountlines.accountno
2019-03-13 Martin RenvoizeBug 21756: (QA follow-up) Add `Account Fee` mapping
2019-01-25 Martin RenvoizeBug 21002: Add ->add_debit method to Koha::Account
2019-01-03 Tomas Cohen AraziBug 19066: Add tests for Koha::Account->pay
2019-01-03 Martin RenvoizeBug 19066: (QA follow-up) Add handling in add_credit
2019-01-03 Kyle M HallBug 19066: Add branchcode to accountlines
2019-01-02 Tomas Cohen AraziBug 21909: Add return type explanation to POD
2019-01-02 Tomas Cohen AraziBug 21909: Make Koha::Account::outstanding_* preserve...
2018-12-11 Tomas Cohen AraziBug 21969: Fix Koha::Account->outstanding_* matching...
2018-11-29 Martin RenvoizeBug 21896: (QA follow-up) Document and Test for FIFO...
2018-11-29 Tomas Cohen AraziBug 21896: (QA follow-up) normalize_balance -> reconcil...
2018-11-29 Tomas Cohen AraziBug 21896: Add Koha::Account::normalize_balance
2018-11-06 Jonathan DruartBug 21696: Use Koha::Account->lines from Koha::Account
2018-11-06 Jonathan DruartBug 21673: Use Koha::Account::Lines->total_amountoutsta...
2018-10-31 Jonathan DruartBug 21694: Keep the context
2018-10-31 Martin RenvoizeBug 21694: Add the Koha::Account->lines method
2018-10-24 Tomas Cohen AraziBug 21584: Wrong offset type for Lost Item
2018-09-28 Jonathan DruartBug 21396: Add 2 missing use statements in Koha::Account
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-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-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 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-04-19 Kyle M HallBug 18786: Add ability to create custom payment types
2018-02-23 Tomas Cohen AraziBug 12001: (QA follow-up) Explicit return
2018-02-23 Jonathan DruartBug 12001: Move GetMemberAccountBalance to Koha::Accoun...
2018-02-23 Jonathan DruartBug 12001: Move GetMemberAccountRecords to the Koha...
2017-10-20 Kyle M HallBug 14826: (QA follow-up) Only use plural modules in...
2017-10-20 Kyle M HallBug 14826: Resurrect account offsets table
2017-03-31 Jonathan DruartBug 18266: Fix internal error when paying fine for...
2017-01-19 Kyle M HallBug 17894 - Update pay() and use it internally for...
2017-01-12 Kyle M HallBug 15905 [QA Followup] - Fix bad syntax in pay()
2017-01-10 Jonathan DruartBug 15897: Update ->pay POD
2017-01-10 Kyle M HallBug 15897 - Use Koha::Account::pay internally for recor...
2016-12-16 Jonathan DruartBug 17586: Move ->get_balance to Koha::Account->balance
2016-12-09 Marcel de RooyBug 15896: [QA Follow-up] Fix parameter name in POD
2016-12-09 Kyle M HallBug 15896 - Use Koha::Account::pay internally for makep...
2016-09-27 Kyle M HallBug 15895 - Add Koha::Account module, use Koha::Account...