Back to bug 24255

Who When What Removed Added
martin.renvoize 2019-12-17 14:14:48 UTC Assignee koha-bugs martin.renvoize
martin.renvoize 2019-12-17 16:21:50 UTC Depends on 24252
martin.renvoize 2019-12-17 16:25:03 UTC Status NEW Needs Signoff
martin.renvoize 2019-12-18 08:50:07 UTC Attachment #96387 Attachment is obsolete 0 1
martin.renvoize 2019-12-18 09:35:01 UTC Attachment #96399 Attachment is obsolete 0 1
kyle 2020-01-08 14:48:37 UTC Status Needs Signoff Signed Off
kyle 2020-01-08 14:48:40 UTC Attachment #96405 Attachment is obsolete 0 1
tomascohen 2020-01-08 15:01:59 UTC QA Contact testopia tomascohen
tomascohen 2020-01-08 15:32:01 UTC Status Signed Off Passed QA
tomascohen 2020-01-08 15:32:03 UTC Attachment #96996 Attachment is obsolete 0 1
black23 2020-01-08 22:46:56 UTC CC black23
martin.renvoize 2020-01-09 16:34:05 UTC Version(s) released in 20.05.00
Status Passed QA Pushed to master
martin.renvoize 2020-01-09 16:46:58 UTC Text to go in the release notes This enhancement completes the set of summation methods available from a Koha::Account::Lines resultset object, complimenting the existing `total_outstanding` method.

It introduces the following methods:

`total` - Sum of all `amount` fields in the accountlines set.
`credits_total` - Sum of all `amount` fields for credits in the accountlines set.
`debits_total` - Sum of all `amount` fields for debits in the accountlines set.
martin.renvoize 2020-01-09 16:50:27 UTC Text to go in the release notes This enhancement completes the set of summation methods available from a Koha::Account::Lines resultset object, complimenting the existing `total_outstanding` method.

It introduces the following methods:

`total` - Sum of all `amount` fields in the accountlines set.
`credits_total` - Sum of all `amount` fields for credits in the accountlines set.
`debits_total` - Sum of all `amount` fields for debits in the accountlines set.
This enhancement completes the set of summation methods available from a Koha::Account::Lines resultset object, complimenting the existing `total_outstanding` method.

It introduces the following methods:

* `total` - Sum of all `amount` fields in the accountlines set.
* `credits_total` - Sum of all `amount` fields for credits in the accountlines set.
* `debits_total` - Sum of all `amount` fields for debits in the accountlines set.
1joynelson 2020-01-18 16:27:11 UTC CC joy
martin.renvoize 2020-03-05 13:20:30 UTC Status Pushed to master RESOLVED
Resolution --- FIXED
katrin.fischer 2020-11-30 21:45:40 UTC Status RESOLVED CLOSED

Back to bug 24255