-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We used to add the "opening balance" without ID, resulting in having only a single transaction for all accounts. Setting an opening balance for a new account removed the existing "opening balance" transaction from the previous account... Now we add the opening transaction with an ID and only remove+add the opening balance for non-new accounts (there may already be an opening balance that got edited).
- Loading branch information
1 parent
d4ae55f
commit 995f581
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters