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

Billing App incorrectly displays costs for future dates #46

Open
b-f-chan opened this issue Jan 24, 2019 · 0 comments
Open

Billing App incorrectly displays costs for future dates #46

b-f-chan opened this issue Jan 24, 2019 · 0 comments
Labels
bug Something isn't working medium This is important to work on, but not the most important

Comments

@b-f-chan
Copy link

b-f-chan commented Jan 24, 2019

The Billing App is incorrectly displaying cost in the report graph for future dates beyond the current date.

This is not currently possible since we do not have any predictive features implemented. The bug should be investigated and resolved.

The fix may be as simple as preventing the user from selecting a future date past today's date. The app likely takes the last real data received and assumes the same values for the future to infinity.

See screenshot below:

billing shows cost for future dates

@b-f-chan b-f-chan added the bug Something isn't working label Jan 24, 2019
@b-f-chan b-f-chan changed the title Bug: Billing App Displays Cost for Future Dates Billing App incorrectly displays costs for future dates Sep 24, 2019
@rosibaj rosibaj added medium This is important to work on, but not the most important and removed Priority: Medium labels Feb 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working medium This is important to work on, but not the most important
Projects
None yet
Development

No branches or pull requests

3 participants