hpdeifel / hledger-iadd

A terminal UI as drop-in replacement for hledger add.
BSD 3-Clause "New" or "Revised" License
77 stars 8 forks source link

Support for Balance Assertions #42

Open the-solipsist opened 5 years ago

the-solipsist commented 5 years ago

Currently, balance assertions are not supported by hledger-iadd. Anytime an = sign is present, it gives the following error:

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.

hpdeifel commented 5 years ago

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.

the-solipsist commented 2 years ago

Ran into this a few more times, and am wondering if it's still of interest to you, @hpdeifel.

hpdeifel commented 2 years ago

In theory yes. I just can't commit a lot of time to iadd currently, sorry