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

[PE-D][Tester C] Summary Statistics behavior when Expenses exceed Budget appears to differ between when Budget is set to 0 and when Budget is less than Expenses but not 0 #193

Closed
nus-pe-bot opened this issue Mar 31, 2023 · 0 comments · Fixed by #213
Labels

Comments

@nus-pe-bot
Copy link

set p/0
image.png

set p/100
image.png

Steps to reproduce:

  1. launch FastTrack with default data

  2. set p/1 -> "Monthly Remaining: $0.00, +0.00%, Weekly Remaining: $0.00, +0.00%"

  3. set p/100 -> "Monthly Remaining: $-94.59, +0.00%, Weekly Remaining: $20.50, +96.57%"

    Expected: negative values for monthly, weekly remaining;

    Actual: monthly, weekly remaining values are 0;

Different behavior in Summary Statistics when Expenses exceed Budget and Budget equals 0 vs Budget not equals 0. Users may at some point wish to set budget to 0, which could cause issues with incorrect Summary Statistics information. Behavior for Budget equals 0 may be to account for default data, however, could perhaps consider behavior in context of future usage where budge may be set to 0.


Labels: type.FeatureFlaw severity.Low
original: chia-yh/ped#10

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

Successfully merging a pull request may close this issue.

2 participants