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 created a transaction with no values. after submitting the file was broken because it had an entry with empty amounts.
Offending entry:
-----------8<-----------8<-----------8<-----------8<-----------8<-----------
2019/02/13 jkljlkjl
Konto
cash
bar
----------->8----------->8----------->8----------->8----------->8-----------
This left the entire app broken, there was no (obvious) way to fix this in the webui.
Error message:
-----------8<-----------8<-----------8<-----------8<-----------8<-----------
ledger.dat:18: Unable to balance transaction, more than one account change empty)
----------->8----------->8----------->8----------->8----------->8-----------
How it should be
Either valildate entries before writing or parse broken entries and let me open the form again.
Deleting or ignoring would not be acceptable because the bookkeeping would not be trustworthy anymore
The text was updated successfully, but these errors were encountered:
I created a transaction with no values. after submitting the file was broken because it had an entry with empty amounts.
Offending entry:
This left the entire app broken, there was no (obvious) way to fix this in the webui.
Error message:
How it should be
Either valildate entries before writing or parse broken entries and let me open the form again.
Deleting or ignoring would not be acceptable because the bookkeeping would not be trustworthy anymore
The text was updated successfully, but these errors were encountered: