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
This can probably be fixed by changing this line i
It's not that simple. Since the balance is passed through and printed as a Beancount directive, the calculation would have to happen in the frontend. If you want to implement that, a PR would be welcome.
When using the "add transaction" function of the editor to add a balance assertion, arithmetic expressions are not considered valid input.
For example, the following balance assertion is well-formed and raises no errors with
bean-check
but can't be entered using the fava editor.See screenshot for another example:
This can probably be fixed by changing this line in
fava/frontend/src/entry-forms /Balance.svelte
The text was updated successfully, but these errors were encountered: