The way I understand the documentation, a *test.beancount* file with 
content:

plugin "beancount.plugins.auto_accounts"
option "account_rounding" "Equity:Rounding-Errors"
option "inferred_tolerance_default" "USD:0.01"
2018-01-01 * "buy one apple"
  Assets:Account:APPLE 1 APPLE {1.0 USD}
  Assets:Account:Cash -0.99 USD


Should translate by "*bean-query test.beancount prin*t" to:

plugin "beancount.plugins.auto_accounts"
option "account_rounding" "Equity:Rounding-Errors"
option "inferred_tolerance_default" "USD:0.01"
2018-01-01 * "buy one apple"
  Assets:Account:APPLE 1 APPLE {1.0 USD}
  Assets:Account:Cash -0.99 USD
  Equity:Rounding-Errors -0.01 USD

However, it doesn't work. What am I missing?

-- 
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/d3de9a98-0a7f-44a0-9257-2724a6fc1516%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to