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
I expect beanprice shouldn't rounding any price. Due to beanprice writes prices with dcontext the rounding may happen.
beanprice
dcontext
$ bean-price -e 'RUB:yahoo/VTBR.ME' 2021-11-10 price VTBR.ME 0.05053 RUB
$ bean-price current.beancount | grep VTBR 2021-11-10 price VTBR 0.05 RUB
current.beancount has commodity definition:
current.beancount
1970-01-01 commodity VTBR price: "RUB:yahoo/VTBR.ME"
$ bean-doctor display_context current.beancount ... RUB : sign=1 integer_max=5 fractional_common=2 fractional_max=2 "-00000.00" "-00000.00" ... __default__ : sign=0 integer_max=1 fractional_common=_ fractional_max=_ "0.*" "0.*"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I expect
beanprice
shouldn't rounding any price.Due to
beanprice
writes prices withdcontext
the rounding may happen.current.beancount
has commodity definition:The text was updated successfully, but these errors were encountered: