-
Notifications
You must be signed in to change notification settings - Fork 3
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
Split txn #25
base: main
Are you sure you want to change the base?
Split txn #25
Conversation
Whoops, missed this MR. Will get to it this week! |
Good thing you did, the amount of bugs I found when trying to run it for my account was unbelievable lol :) Major functional change: SW balance transfers are uncategorized by default now. It makes more sense when looking at the "Groceries" category to see only the txns which are my share, and not the balancing deposit txns into the SW balance. |
This fully solves #9.
Notes:
addTransaction
: extended signature to acceptgroup_title
for split transactions since it made sense to me, but I don't use it in the implementation. Seems useful for the future.