Incorrect initial balances when creating a new journal from scratch

I noticed that when I create a new journal from scratch, the balances for the accounts are incorrect. Attached a pic to show what I mean.

Note how the balance remains at $7500, despite the expenses. These are the default transactions; I have not added new ones. When I add new transactions, the balances for those update correctly:

When I edit the amounts for the default lines, the balance updates correctly:

Hey @nucleontum and thanks for reporting this bug. I’ll reproduce and fix it early this week. I’ll post back here.

I was able to reproduce this bug. It should be fixed in 0.88.0. You can check for updates in Settings or it will check every hour or on launch. Let me know if you still see any trouble. Thanks for the report!

Details:

This issue occurred when the .journal file includes “elided” posting amounts, and the default journal does:

2026-06-23 * Grocery Mart
Expenses:Home:Groceries $85.50
Assets:Checking

When you edited the amount, an explicit amount was written to the journal so the bug is bypassed and the running balance is correct:

2026-06-23 * Grocery Mart
Expenses:Home:Groceries $85.50
Assets:Checking $-85.50

1 Like

Just upgraded to 0.88.0 and created a new journal from scratch. Can confirm that account balances now work correctly. Thanks Doug!

1 Like