Bug 30477: Add new UNIMARC installer translation files
[koha.git] / Koha / Account /
2022-02-10 Tomas Cohen AraziBug 29844: Fix t/db_dependent/Koha/*
2022-01-29 Fridolin SomersBug 29757: (RM follow-up) More POD fixes
2022-01-29 Tomas Cohen AraziBug 29757: (QA follow-up) POD fixes
2022-01-29 Martin RenvoizeBug 29757: Add filters for reversable offsets
2021-10-01 Martin RenvoizeBug 29139: Add exceptions to relation accessors
2021-08-04 Martin RenvoizeBug 22435: Update accountline-details page to show...
2021-08-04 Martin RenvoizeBug 22435: Fix _set_found_trigger
2021-08-04 Martin RenvoizeBug 22435: Fix CREATE offset amounts
2021-08-04 Martin RenvoizeBug 22435: ->apply() should always use 'APPLY' for...
2021-08-04 Martin RenvoizeBug 22435: Use 'CREATE' offset type in Koha::Account...
2021-07-16 Jonathan DruartBug 17600: Standardize our EXPORT_OK
2021-06-04 Nick ClemensBug 28482: Refresh line from DB to get stored value
2021-05-11 Tomas Cohen AraziBug 28272: Fix many things...
2021-04-27 Kyle M HallBug 27995: (QA follow-up) Update POD
2021-04-27 Martin RenvoizeBug 27995: Update return for Koha::Account::Line->apply
2021-04-23 Martin RenvoizeBug 27971: Update void method to use double entry accou...
2021-04-16 Jonathan DruartBug 28156: Rename Koha::Account::Line->renewal with...
2021-04-16 Martin RenvoizeBug 27927: Prevent renewal on lost forgive
2021-04-16 Jonathan DruartBug 25508: Add info about caller responsabilities
2021-04-16 Martin RenvoizeBug 25508: Only return renewal outcomes to the controller
2020-11-10 Martin RenvoizeBug 24603: (follow-up) Update to double entry accounting
2020-11-10 Julian MauriceBug 24603: Allow to cancel charges in patron accounting
2020-11-06 Martin RenvoizeBug 23091: Make relations more explicit
2020-10-25 Martin RenvoizeBug 25596: Identify overpayment refunds for translation
2020-08-20 Martin RenvoizeBug 19036: (QA follow-up) Use Koha::DateUtils
2020-08-20 Julian MauriceBug 19036: Add ability to enable credit number for...
2020-08-20 Julian MauriceBug 19036: Add ability to auto generate a number for...
2020-07-22 Martin RenvoizeBug 25998: (QA follow-up) Add DBIC level relation
2020-07-22 Martin RenvoizeBug 25998: Add 'library' relation to Koha::Account...
2020-04-03 Martin RenvoizeBug 24474: Filter out LOST_FOUND
2020-03-06 Andrew IsherwoodBug 23051: (follow-up) Remove call to GetFines
2020-03-06 Nick ClemensBug 23051: (QA follow-up) Missing curly and tabs and...
2020-03-06 Andrew IsherwoodBug 23051: (follow-up) Add renewal feedback and move...
2020-03-06 Andrew IsherwoodBug 23051: Renew items when fines paid off
2020-03-04 Martin RenvoizeBug 24081: Add DISCOUNT to the allowed 'reduce' types
2020-02-24 Jonathan DruartBug 24545: Fix license statements
2020-01-23 Martin RenvoizeBug 23442: (RM follow-up) Fix for missing 'uc' in offse...
2020-01-10 Martin RenvoizeBug 23442: Prevent payouts from being reduced
2020-01-10 Martin RenvoizeBug 23442: Add 'reduce' method to Koha::Account::Line
2020-01-09 Martin RenvoizeBug 24255: Add summation methods to Koha::Account:...
2020-01-08 Martin RenvoizeBug 24252: Add relations to Koha::Account::Line
2020-01-03 Martin RenvoizeBug 24080: Add 'payout' method to Koha::Account::Line
2019-11-20 Martin RenvoizeBug 23805: (RM follow-up) Add credit_type relation...
2019-10-24 Tomas Cohen AraziBug 23805: (QA follow-up) Add missing mappings in Koha...
2019-10-24 Martin RenvoizeBug 23805: Update mancredit to use the new credit types
2019-10-24 Martin RenvoizeBug 23805: Update 'C' to 'CREDIT' for consistency
2019-10-24 Martin RenvoizeBug 23805: Update references to accounttype to credit_t...
2019-10-24 Martin RenvoizeBug 23049: (follow-up) Correction to includes
2019-10-24 Martin RenvoizeBug 23049: (follow-up) VARCHAR(80) + ac -> account
2019-10-24 Martin RenvoizeBug 23049: Update existing code to use debit_type
2019-10-24 Martin RenvoizeBug 23049: Update maninvoice to reference debit types
2019-10-24 Martin RenvoizeBug 23049: Account types configuration - Admin page
2019-10-24 Martin RenvoizeBug 23049: Add debit_type
2019-10-23 Tomas Cohen AraziBug 23843: Add mapping to Koha::Account::Line
2019-09-23 Tomas Cohen AraziBug 22837: (follow-up) Fix POD
2019-09-23 Martin RenvoizeBug 22837: Update apply to accept an arrayref
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-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...
next