-
Notifications
You must be signed in to change notification settings - Fork 40
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
UI: Add projected budget ratio #242
Conversation
The ratio is calculated by dividing projectedBudget/totalBudget
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add an entry to the changelog for this change
CHANGELOG.md
Outdated
<!-- ### Added --> | ||
### Added | ||
|
||
- Projected budget ratio to analytics on project level [#242](https://github.com/openkfw/TruBudget/pull/242) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something is wrong with this sentence.
CHANGELOG.md
Outdated
@@ -17,6 +19,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. | |||
|
|||
- Fixed line of YAML file for master deployments via docker-compose, so that image of excel export service is pulled correctly [#223](https://github.com/openkfw/TruBudget/issues/223) | |||
- Backup/restore works again. [#237](https://github.com/openkfw/TruBudget/issues/237) | |||
- Budgets on project analytics do not contain open workflow items anymore [#230](https://github.com/openkfw/TruBudget/issues/230) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove "anymore"
68fd23f
to
4887412
Compare
The ratio is calculated by dividing projectedBudget by totalBudget
Closes #231
Closes #230