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
account Exp account Ass payee Test Payee tag Payee 2018-01-01 * Test Payee Exp $20 Exp $20 ; Payee: Another Payee Ass
ledger -f ledger.dat bal --pedantic --explicit --check-payees
Shouldn't --check-payees cause an error for 'Another Payee?'
--check-payees
The text was updated successfully, but these errors were encountered:
Confirmed.
Sorry, something went wrong.
Maybe should the doc be updated?
https://www.ledger-cli.org/3.0/doc/ledger3.html#Command-Directives
The payee name used with the tag is not enforced by the --check-payees option, due to a bug: #556.
@felipelalli commit fc8e4ce updated the docs, but we have to make a new ledger release before the docs on the website are updated.
Successfully merging a pull request may close this issue.
ledger -f ledger.dat bal --pedantic --explicit --check-payees
Shouldn't
--check-payees
cause an error for 'Another Payee?'The text was updated successfully, but these errors were encountered: