http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7308 --- Comment #5 from Marijana Glavica <mglavica@ffzg.hr> --- Sorry Maurice for me not being clear. I took another look to admin/aqbudgets.pl and I found more confusing stuff, so I will try to make it clear what I think this table should look like to be really useful. I am looking at my production data. admin/aqbudgets.pl should have the following columns: Base-level allocated (or just Allocated) Base-level ordered Total sub-levels ordered Base-level spent Total sub-levels spent Base-level available Total sub-levels available Base-level is always calculated for one level, without children. Total sub-levels should include child funds. Available is calculated as "allocated - (ordered + spent)". So, this means that: - "Total allocated" should be removed because currently it shows the same data as "Base-level alloceted". - three new columns should be added: "Base-level ordered", "Total sub-levels ordered" and "Total sub-levels available"; - wording should be changed from "remaining" to "available" (consistency with acqui/acqui-home.pl) -- You are receiving this mail because: You are watching all bug changes.