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

Update transactions view when reports are updated #1

Closed
hrj opened this issue May 31, 2013 · 2 comments · Fixed by #137
Closed

Update transactions view when reports are updated #1

hrj opened this issue May 31, 2013 · 2 comments · Fixed by #137
Milestone

Comments

@hrj
Copy link
Owner

hrj commented May 31, 2013

No description provided.

@ghost ghost assigned hrj May 31, 2013
@hrj hrj modified the milestones: Version 0.2, version 0.2.5 Feb 11, 2015
@hrj hrj added the GUI label Jul 30, 2015
@hrj hrj modified the milestones: Version 0.3.2, Version 0.4 Sep 23, 2016
@hrj hrj removed their assignment Nov 3, 2016
@hrj
Copy link
Owner Author

hrj commented Feb 6, 2017

@gerdreiss This one I can explain.

Open a transaction view by following these steps:

  • In sbt console, gui/run -c ../examples/complete/accounts.conf
  • Go to All tab, click Cash account, and press Enter
  • You will see the register report for Cash.
  • Now select the 2013/March entry and press Enter
  • You will see the list of transactions in Cash account for March 2013.

Now modify one of the input files to change the transactions for March 2013 (add, remove, change a transaction in that date range). The transaction view in GUI doesn't update. The rest of the GUI does update (as designed).

This is just missing the requisite implementation for updating the transaction UI. However, from user point of view it is a bug.

@gerdreiss
Copy link
Contributor

OK, got it, I'll fix that :)

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

Successfully merging a pull request may close this issue.

2 participants