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
see beancount/beanquery#201
see e.g. https://github.com/WolfgangFahl/pyLoDStorage/blob/master/lodstorage/params.py
which does jinja compatible parameter handling and is used in https://github.com/WolfgangFahl/snapquery
with demos at https://snapquery.bitplan.com/ and https://genwiki2024.bitplan.com/
The text was updated successfully, but these errors were encountered:
npbeanquery -ep /tmp/endpoints.yaml -qp nomina_examples/queries.yaml --list AccountSummary:AccountSummary TotalSum:TotalSum PayeeSummary:PayeeSummary
Sorry, something went wrong.
npbeanquery -qp nomina_examples/queries.yaml -qn TotalSum --params account=Expenses:Food:Groceries [ { "currency": "USD", "total": "6634.95" } ]
npbeanquery -qp nomina_examples/queries.yaml -qn TotalSum --params account=Expenses:Food:Groceries -f github
select sum(position) as total where account = 'Expenses:Food:Groceries'
2ce3164
WolfgangFahl
No branches or pull requests
see beancount/beanquery#201
see e.g. https://github.com/WolfgangFahl/pyLoDStorage/blob/master/lodstorage/params.py
which does jinja compatible parameter handling and is used in https://github.com/WolfgangFahl/snapquery
with demos at https://snapquery.bitplan.com/ and https://genwiki2024.bitplan.com/
The text was updated successfully, but these errors were encountered: