-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Budget Totals #471
Comments
@Lynngre @adriancollier Right now it is possible to select a total budget multiple times or a total budget in combination with other budgets. These budget will then be summed up which leads to the amount shown on the project page. Is this desirable? We can change this to;
There are currently 2 projects that would be effected by this change: id's 400 and 1897. Both having a total budget in combination with other budgets. |
OK, with it only being 2 projects, then I think we can manually resolve these 2 projects (I'll take a look). Agree with the calculations changes and limiting to 1 total budget. We should also merge the existing entries for both types of total budget now. |
A couple of comments.
|
@zzgvh Thanks for the feedback. Code has been updated, can you check again? |
[#471] Code checked, Tweaked a variable name.
Merged in #515 |
Test planThis issue consists of two parts;
ScriptThe budget_totals.py script can be found in the rsr-akvo/akvo/scripts/ folder. GIVEN the script ValidationGIVEN the project admin |
We currently have 2 x
rsr_budgetitemlabels
for Total budgets:13 = total
14 = Total Budget
We should merge the data for these so that all entries are using 14 = Total Budget.
We should then remove 13 = total from RSR.
The text was updated successfully, but these errors were encountered: