https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24255

Martin Renvoize <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |This enhancement completes
      release notes|                            |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.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to