Skip to content
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

Forward looking - requires changes #454

Closed
amy-silcock opened this issue Dec 5, 2017 · 1 comment
Closed

Forward looking - requires changes #454

amy-silcock opened this issue Dec 5, 2017 · 1 comment

Comments

@amy-silcock
Copy link
Contributor

amy-silcock commented Dec 5, 2017

With the inclusion of @budget-not provided attribute as part of the 2.03 upgrade process, changes are required to the current methodology for forward-looking.

If budget-not-provided is present, the Dashboard logic should be that all required budgets exist.

As a result, the pseudocode on the Forward-looking page should change:
FROM:

To calculate the "Current activities with budgets" column, count the number of activities that are:
at a relevant hierarchical level (see above)
AND current
AND contain at least one budget budget with a budget year (as described above) that matches the year of the column

TO:

To calculate the "Current activities with budgets" column, count the number of activities that are:
at a relevant hierarchical level (see above)
AND current
AND contain at least one budget budget with a budget year (as described above) that matches the year of the column OR contains budget-not-provided

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants