Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

expenses: If the next occurence is next year, show the year in the date. #645

Open
elliotcourant opened this issue Sep 3, 2021 · 0 comments
Labels
enhancement New feature or request Expenses good first issue Good for newcomers

Comments

@elliotcourant
Copy link
Member

image

This expense occurs next year, but it is not clear if it does; or if its suffering from the bug outlined in; monetr/rest-api#324


Just add some logic to the date rendering for the expense detail/row that will show the year with the date.

if nextOccurrance.Year != now.Year {
  showYear();
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request Expenses good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant