[Koha-bugs] [Bug 23767] Spent and Ordered total values don't include child funds on acqui-home

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 26 20:47:02 CET 2019


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

--- Comment #12 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 95841
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=95841&action=edit
Bug 23767: Don't calculate 'Total available'

The acqui-home page is meant to be a simple view of the budgets. For details
you should lok at aqbudgets.pl ( i.e. click on a budget)

The total available column isn't easy to calculate - it depends on child funds
- trying to calculate what a top level fund has left depends on the values of
the child funds. When searching the table and limiting rows you lose the values
form the children.

On acqbudgets.pl we solve this with the Base-level/Total available columns, and
we don't total base-level on that page at all. 'Total available' on acqui-home
equals the 'Base level' on the other page.

Removing a recalculated total is the simplest answer here, otherwise we must
add complexity to this view.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list