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

Non-generated transactions dated in the future indicate estimated date #11

Closed
jhauberg opened this issue Feb 13, 2020 · 0 comments
Closed
Labels
change Requests to change existing functionality status: completed

Comments

@jhauberg
Copy link
Owner

Manually entered transactions (set in the future) are displayed exactly like generated/forecasted transactions, where the arrow (<) would typically indicate "by/before this date".

However, for non-generated transactions, that is not right. You entered the transaction and gave it a date, specifically, so that date is the date and not just an estimation. This should be clearly visible, and I think we do that by just getting rid of the little arrow (or exchanging it with !).

Here's an example (assuming date is 2020/02/13):

~          $ 0.95  < 2020/02/24 JNJ

I think this would be better:

~          $ 0.95    2020/02/24 JNJ

This seems simple, but the problem is that we currently have no way of distinguishing between a concrete, manually entered transaction and a generated transaction (e.g. Transaction vs. FutureTransaction). That needs to be solved first, I'd say.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
change Requests to change existing functionality status: completed
Projects
None yet
Development

No branches or pull requests

1 participant