Implicit rounding of inferred numbers

2018-04-01 Thread Zhuoyun Wei
Hi Martin, Beancount seems to round inferred numbers by default: 1970-01-01 open Assets:Cash 1970-01-01 open Assets:Positions 1970-01-01 open Expenses:Financial:Commissions 2018-03-29 * "Buy 10 BILI" Assets:Cash Assets:Positions 10 BILI {11.4899 USD, 2018-03-29} @ 11.4899 US

Issue #262: bean-doctor says version is insufficient even though it's not (versions compared as strings) (blais/beancount)

2018-04-01 Thread Martin Michlmayr
New issue 262: bean-doctor says version is insufficient even though it's not (versions compared as strings) https://bitbucket.org/blais/beancount/issues/262/bean-doctor-says-version-is-insufficient Martin Michlmayr: beancount expects ply version 3.3. bean-doctor says my version is not sufficie

Issue #263: test test_read_encrypted_file fails when $GNUPGHOME is not set (blais/beancount)

2018-04-01 Thread Martin Michlmayr
New issue 263: test test_read_encrypted_file fails when $GNUPGHOME is not set https://bitbucket.org/blais/beancount/issues/263/test-test_read_encrypted_file-fails-when Martin Michlmayr: I get: ``` ERROR: test_read_encrypted_file (beancount.utils.encryption_test.TestEncryptedFiles) -

Issue #264: test test_bake_archive__known fails when zip is not installed (blais/beancount)

2018-04-01 Thread Martin Michlmayr
New issue 264: test test_bake_archive__known fails when zip is not installed https://bitbucket.org/blais/beancount/issues/264/test-test_bake_archive__known-fails-when Martin Michlmayr: test_bake_archive__known relies on `zip` (and `tar`): ``` ERROR: test_bake_archive__known (beancount.scripts.ba

Issue #265: tests beancount.prices.sources.oanda_test.TestOandaGetHistorical fail because of timezone (blais/beancount)

2018-04-01 Thread Martin Michlmayr
New issue 265: tests beancount.prices.sources.oanda_test.TestOandaGetHistorical fail because of timezone https://bitbucket.org/blais/beancount/issues/265/tests Martin Michlmayr: I get the following failures: ``` ERROR: test_valid_after (beancount.prices.sources.oanda_test.TestOandaGetHistorica

Issue #266: test beancount.plugins.forecast_test.TestExampleForecast fails (blais/beancount)

2018-04-01 Thread Martin Michlmayr
New issue 266: test beancount.plugins.forecast_test.TestExampleForecast fails https://bitbucket.org/blais/beancount/issues/266/test Martin Michlmayr: Test beancount.plugins.forecast_test.TestExampleForecast fails because of 2 issues: 1) It's time dependent. Currently it creations forecasts unt

Re: CI

2018-04-01 Thread Martin Michlmayr
Since CI came up, I looked into this today. I ran into a number of test failures: > Issue #263: test test_read_encrypted_file fails when $GNUPGHOME is not set Martin accepted the fix already > Issue #264: test test_bake_archive__known fails when zip is not installed I made sure that zip (and g

Issue #267: Implement price source for IEX (blais/beancount)

2018-04-01 Thread Martin Blais
New issue 267: Implement price source for IEX https://bitbucket.org/blais/beancount/issues/267/implement-price-source-for-iex Martin Blais: https://iextrading.com/developer/docs/#stocks Responsible: blais -- You received this message because you are subscribed to the Google Groups "Beancount"

Re: Reports

2018-04-01 Thread Stefano Zacchiroli
On Sun, Apr 01, 2018 at 01:53:19AM -0400, Martin Blais wrote: > - rewriting bean-web to be a dumber, more generic web interface that > basically renders SQL queries (using the new query engine) without any > special treatment (just tables and tree-tables) Given Fava does that too, and also provide

Re: Reports

2018-04-01 Thread Leho Kraav
On Sunday, April 1, 2018 at 12:53:42 AM UTC-5, Martin Blais wrote: > > > - rewriting bean-web to be a dumber, more generic web interface that > basically renders SQL queries (using the new query engine) without any > special treatment (just tables and tree-tables) > Perhaps instead of rolling ou

Re: CI

2018-04-01 Thread Martin Blais
On Sun, Apr 1, 2018 at 1:36 PM, Martin Michlmayr wrote: > Since CI came up, I looked into this today. I ran into a number of > test failures: > > > Issue #263: test test_read_encrypted_file fails when $GNUPGHOME is not > set > > Martin accepted the fix already > Thx! :-) > > > Issue #264: tes

Re: Reports

2018-04-01 Thread Martin Blais
On Sun, Apr 1, 2018 at 2:10 PM, Stefano Zacchiroli wrote: > On Sun, Apr 01, 2018 at 01:53:19AM -0400, Martin Blais wrote: > > - rewriting bean-web to be a dumber, more generic web interface that > > basically renders SQL queries (using the new query engine) without any > > special treatment (just