We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Account type: tags seem to be inconsistently recognized.
type:
I have set up a minimum working example:
$ hledger --version hledger 1.34, linux-x86_64 $ ls a.j b.j $ cat a.j account Node:Leaf A ; type: Cash include b.j $ cat b.j account Node:Leaf B ; type: Cash
Now we use hledger's accounts' listing and request the account types as well:
$ hledger -s -f a.j accounts --types Node:Leaf A ; type: Node:Leaf B ; type: C
Shouldn't Node:Leaf A also be of type: C?
Node:Leaf A
type: C
-- Note: this does not happen if all account directives with type tags are declared in the same file.
Account
type:tags seem to be inconsistently recognized.I have set up a minimum working example:
Now we use hledger's accounts' listing and request the account types as well:
Shouldn't
Node:Leaf Aalso be oftype: C?--
Note: this does not happen if all account directives with type tags are declared in the same file.