Bug 19447 - Closed budget amounts should be fixed
Summary: Closed budget amounts should be fixed
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-11 13:20 UTC by Nick Clemens (kidclamp)
Modified: 2017-10-22 08:57 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens (kidclamp) 2017-10-11 13:20:54 UTC
Budget amounts in acquisitions are always calculated, meaning we pull the orders and do the math. Recently we have added a few changes to how things are calculated, additionally one can edit orders after a budget is closed ( bug 10921 )

We have three unused columns:
budget_amount
budget_encumb
budget_spend

It might be worthwhile to use these (or add new) and store the values of a budget at closing to provide a constant historical value for audits.
Comment 1 Katrin Fischer 2017-10-22 08:57:06 UTC
It sounds like the problem is the option to change the values when it should not be possible. Maybe it would be more effective to not allow editing of orders that belong to a closed budget. Or only allow it when the fund is changed to an active one the same time.