You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm this bug. By default ledger needs another account to balance with. Right now, the entry form can break the ledger file. not a big deal since it is plain text.
Using
Ledger 3.1.1-20160111
, but I assume it's the same for all versions?Click on the expenses page, then fill out the form. Do not check account, but do put a name in the account. Click add:
Now, click on Home.
If you have debugging mode on you'll see a stack trace. Apparently, the above will create an entry in your ledger file that looks like this:
As there's no account to subtract from, ledger has a big problem trying to balance it:
I'm just getting started with ledger, so I'm not sure if it should require both accounts, or if it's OK to have neither.
The text was updated successfully, but these errors were encountered: