Bug 20473: Whitespace
[koha.git] / Koha / Account.pm
2022-11-07 Marcel de RooyBug 31895: (QA follow-up) Rollback change, add comment
2022-11-07 Stefan BerndtssonBug 31895: New after_account_action hook
2022-10-24 Aleisha AmohiaBug 23012: Show the PROCESSING_FOUND account credit...
2022-07-21 Kyle HallBug 30458: Include librarian (manager_id) in accountlin...
2022-07-18 Martin RenvoizeBug 31036: Treat SIP00 that same as CASH
2022-02-10 Jonathan DruartBug 29785: Rename Koha::Object->message with ->object_m...
2022-02-10 Tomas Cohen AraziBug 29844: Fix t/db_dependent/Koha/*
2021-10-01 Tomas Cohen AraziBug 29139: Only pass the offsets for lines the credit...
2021-10-01 Martin RenvoizeBug 29139: Fix incorrect relation call
2021-10-01 Tomas Cohen AraziBug 29139: $line->debit_offsets doesn't honor list...
2021-08-04 Martin RenvoizeBug 22435: (follow-up) Set CREATE offset for credits...
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-04-30 Martin RenvoizeBug 27636: (QA follow-up) Restore force AutoReconcile
2021-04-30 Martin RenvoizeBug 27636: (QA follow-up) Fix tests and validate
2021-04-27 Martin RenvoizeBug 27636: Update ->pay to use ->payin_amount internally
2021-04-27 Martin RenvoizeBug 27636: Add payin_amount to Koha::Account
2021-04-23 Martin RenvoizeBug 24300: (QA follow-up) Enhance test and catch failures
2021-04-23 Martin RenvoizeBug 24300: (QA follow-up) Update payout_amount to use...
2021-04-23 Martin RenvoizeBug 24300: Add payout_amount method to Koha::Account
2021-04-16 Jonathan DruartBug 28156: Rename Koha::Account::Line->renewal with...
2021-04-16 Nick ClemensBug 25508: (QA follow-up) Add interface
2021-04-16 Martin RenvoizeBug 25508: Only return renewal outcomes to the controller
2020-10-25 Martin RenvoizeBug 25596: Identify overpayment refunds for translation
2020-10-08 Matthias MeusburgerBug 26506: Fix Koha::Account::pay if called when no...
2020-07-21 Jonathan DruartBug 24151: Use fully qualified names for UpdateStats
2020-04-03 Martin RenvoizeBug 24474: (follow-up) Add LOST_FOUND logic to Koha...
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-02-20 Julian MauriceBug 17702: Add UI to manage account credit types
2020-02-13 Martin RenvoizeBug 24592: Reword LOST_RETURN to LOST_FOUND
2020-01-30 Jonathan DruartBug 24542: (bug 23049 follow-up) Add missing use statem...
2019-11-04 Kyle M HallBug 23181: Unable to use payment library in ACCOUNT_PAY...
2019-10-24 Martin RenvoizeBug 23805: (follow-up) Lowercase credit type for Update...
2019-10-24 Martin RenvoizeBug 23805: Drop type lookup as it's now a foreign key
2019-10-24 Martin RenvoizeBug 23805: Update 'W' to 'WRITEOFF' for consistency
2019-10-24 Martin RenvoizeBug 23805: Update 'Pay' to 'PAYMENT' for consistency
2019-10-24 Martin RenvoizeBug 23805: Update 'lost_item_return' to 'LOST_RETURN...
2019-10-24 Martin RenvoizeBug 23805: Update 'FOR' to 'FORGIVEN' for consistency
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: More thorough param checking
2019-10-24 Martin RenvoizeBug 23049: Drop type lookup as it's now a foreign key
2019-10-24 Martin RenvoizeBug 23049: Update 'N' to 'NEW_CARD' for consistency
2019-10-24 Martin RenvoizeBug 23049: Capitalise type passed to add_debit for...
2019-10-24 Martin RenvoizeBug 23049: Remove manual_debit as it's never called
2019-10-24 Martin RenvoizeBug 23049: Capitalise type passed to add_debit for...
2019-10-24 Martin RenvoizeBug 23049: Update 'HE' to 'RESERVE_EXPIRED' for consistency
2019-10-24 Martin RenvoizeBug 23049: Capitalise type passed to add_debit for...
2019-10-24 Martin RenvoizeBug 23049: Update 'PF' to 'PROCESSING' for consistency
2019-10-24 Martin RenvoizeBug 23049: Capitalise type passed to add_debit for...
2019-10-24 Martin RenvoizeBug 23049: Update debit_type_code 'Res' to 'RESERVE'
2019-10-24 Martin RenvoizeBug 23049: Update existing code to use debit_type
2019-10-24 Martin RenvoizeBug 23049: Add debit_type
2019-09-23 Martin RenvoizeBug 23321: (follow-up) Correction to exception logic
2019-09-23 Martin RenvoizeBug 23321: Add cash register support to paycollect
2019-09-23 Martin RenvoizeBug 22837: Update callers to use new signature
2019-09-13 Martin RenvoizeBug 6759: Split account creation and renewal charges
2019-08-05 Martin RenvoizeBug 22610: Update SIP2 to use payment_type
2019-07-26 Martin RenvoizeBug 11573: Make rental accountlines translatable
2019-07-15 Martin RenvoizeBug 22563: Update lost handling to use accountline...
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-06-05 Kyle M HallBug 22982: Paying lost fee does not always remove lost...
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
next