Add functionality to link transactions upon transaction creation #286
Labels
good first issue
Good for newcomers
priority-1-high
High priority
repo: frontend
Related to front-end
type::enhancement
New feature or request
UX improvement
Something that improves the overall UX
Right now on UI users can link only already-existing transactions. Need to implement an ability to link upon its creation.
Case 1: User creates
transfer
transaction, wanna createexpense
and link to existingincome
.Case 2: User creates
transfer
transaction, wanna createincome
and link to existingexpense
.In both cases, the user should be able to link. Right now to do so, the user first needs to create an
expense
orincome
, and only then the user can link it with the existing opposite transaction.The backend is ready, only the UI part requires changes (unless it's not 🥲 ).
This is an "unfinished" part of that PR: #270
The text was updated successfully, but these errors were encountered: