Skip to content
New issue

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

Filter by payee #598

Closed
avillafiorita opened this issue Aug 2, 2017 · 3 comments
Closed

Filter by payee #598

avillafiorita opened this issue Aug 2, 2017 · 3 comments
Labels
A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. queries Filtering options, query arguments..

Comments

@avillafiorita
Copy link

avillafiorita commented Aug 2, 2017

Hello,
I am trying to filter my ledger by payee.

The "tags" section of the documentation suggests to use the payee: implicit tag. I tried:

hledger register payee:"A Payee"

with no luck.

However,

hledger register desc:"A Payee"

seems to correctly return the entries having "A Payee" as the payee.

I am wondering whether I am doing something wrong, the documentation has a glitch, or I bumped into a bug.

@simonmichael simonmichael added A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. queries Filtering options, query arguments.. labels Aug 2, 2017
@simonmichael
Copy link
Owner

I see the same thing. Thanks for reporting.

http://hledger.org/manual.html#implicit-tags

@simonmichael
Copy link
Owner

@avillafiorita, it has been updated to work like you expect. Docs:
http://hledger.org/manual.html#payee-and-note,
http://hledger.org/manual.html#pivoting,
http://hledger.org/manual.html#queries .
If you happen to test hledger master, please let us know if it fixed the issue for you. Thanks.

@avillafiorita
Copy link
Author

I recently updated to 1.4 and it works, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-BUG Something wrong, confusing or sub-standard in the software, docs, or user experience. queries Filtering options, query arguments..
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants