Re: Check balance of account and all its children

2022-05-07 Thread John Wiegley
> "JJ" == J J writes: JJ> O - The total of all postings seen so far, or the total of an account and JJ> all its children. I would just use "total". The O syntax is from the old version of value expressions. Does that work? John -- --- You received this message because you are

Re: Check balance of account and all its children

2022-04-14 Thread Martin Michlmayr
* J J [2022-04-14 15:05]: > O - The total of all postings seen so far, or the total of an account and > all its children. > > So I am trying to write: > *account Budget* > *check O >= 0 * John, I looked at the source code and 'O' seems to exist, but I also failed to make it work. Any

Check balance of account and all its children

2022-04-14 Thread J J
I am trying to declare an account and check it's balance and all of its childrens' balances. Doc says The check and assert directives warn or raise an error (respectively) if the given value expression evaluates to false