We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, balance assertions are not supported by hledger-iadd. Anytime an = sign is present, it gives the following error:
hledger-iadd
=
unexpected '=' expecting '+', '-', amount, or white space
This prevents assertions from being added via hledger-iadd, forcing manual addition in the journal after an entry is generated.
The text was updated successfully, but these errors were encountered:
You're right, this is something that I've wanted for myself a few times now. I'll implement it when I find some time.
Sorry, something went wrong.
Ran into this a few more times, and am wondering if it's still of interest to you, @hpdeifel.
In theory yes. I just can't commit a lot of time to iadd currently, sorry
iadd
No branches or pull requests
Currently, balance assertions are not supported by
hledger-iadd
. Anytime an=
sign is present, it gives the following error:This prevents assertions from being added via
hledger-iadd
, forcing manual addition in the journal after an entry is generated.The text was updated successfully, but these errors were encountered: