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

Bug: New account does not take start date set by user #780

Closed
2 tasks done
scubamaggo opened this issue May 20, 2024 · 1 comment
Closed
2 tasks done

Bug: New account does not take start date set by user #780

scubamaggo opened this issue May 20, 2024 · 1 comment

Comments

@scubamaggo
Copy link
Contributor

Where did this bug occur?

  • Local development
  • Self hosted app (i.e. Docker)

Describe the bug
When creating a new account, the user can set the start_date via the account creation form. However, setting this field does not have any affect during the account creation. The initial valuation of the account is still set to "today", not the configured start date.

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'Accounts'
  2. Click on 'New Account'
  3. Click on 'Bank Account' and then 'Enter account balance manually'
  4. Fill in all the fields and choose a start date in the past
  5. Click 'Add bank account' to finish creating the account.
  6. Go back to the main dashboard and navigate to the newly created account.
  7. The history will show today's date as for the manually entered value, not the start date.

Expected behavior
The start date should be taken as the date on which the initial balance of the account is set.

@scubamaggo
Copy link
Contributor Author

#781 fixes it

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

No branches or pull requests

1 participant