Koha/Koha/Account
Martin Renvoize 836079c100
Bug 24255: Add summation methods to Koha::Account::Lines
This patch adds a number of summation methods to Koha::Account::Lines
giving quick access to overall total, total credits and total debits.

Test plan
1) Run the included tests

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-01-09 16:33:46 +00:00
..
CreditType.pm Bug 23805: Update mancredit to use the new credit types 2019-10-24 17:35:21 +01:00
CreditTypes.pm Bug 23805: Update mancredit to use the new credit types 2019-10-24 17:35:21 +01:00
DebitType.pm Bug 23049: (follow-up) Correction to includes 2019-10-24 17:24:57 +01:00
DebitTypes.pm Bug 23049: Account types configuration - Admin page 2019-10-24 17:23:57 +01:00
Line.pm Bug 24252: Add relations to Koha::Account::Line 2020-01-08 14:48:33 +00:00
Lines.pm Bug 24255: Add summation methods to Koha::Account::Lines 2020-01-09 16:33:46 +00:00
Offset.pm
Offsets.pm