Do not include income transactions in liability accounts for savings rate #1385
Reference in New Issue
Block a user
Delete Branch "fix-1383"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix #1383
@zachgoll what do you think about this approach?
I think we're on the right track here, but I wouldn't make a scope for this given how specific it is to the
snapshot_transactionsmethod.Also, "Income" would be anything less than 0, so I think we need to flip that condition here
Nice, I think this should fix it. We'll likely have other little edge cases pop up but I think this is a good step forward.