-
In a mailing list thread https://groups.google.com/g/beancount/c/4EkTUWoLXwI and in beancount/beancount#688 it was proposed to add the possibility of performing arithmetic operations on Amounts. The o…
-
from https://beancount.github.io/docs/beancount_language_syntax.html#costs-and-prices:
> Amounts specified as either per-share or total prices or costs are always unsigned. It is an error to use a ne…
-
The PayPal-importer seems to fail when trying to get the csrf-token after logging in.
It seems like the whole structure of the webpage has changed.
I wasnt able to find the csrf-token manually.
R…
-
IEX looks like it now supports historical prices:
https://iextrading.com/developers/docs/#hist
Our price source does not:
https://github.com/beancount/beancount/blob/master/beancount/prices/sourc…
blais updated
4 years ago
-
Reuse the test examples from `lexer_text.py` and `grammar_test.py` in the beancount source code to test that our parser accepts and rejects the same inputs as the official beancount parser.
-
When I'm trying to import a new OFX account, and I'm in the process of setting all of the necessary Beancount-import OFX metadata in my Beancount accounts file, I'll often get errors like these when I…
-
[This started as a discussion on the Beancount mailing list.](https://groups.google.com/forum/#!msg/beancount/pcZI0xEnps8/ykloTZQ2FAAJ)
`gnucash-to-beancount` already supports _occurred transaction…
-
When processing my OFX file it fails with this error:
Traceback (most recent call last):
File "C:\Users\gjpau\AppData\Local\Programs\Python\Python38\lib\site-packages\beancount\core\number.py", …
-
When running an import on a vanguard ofx document that has CDs in it I get
ERROR:root:Importer beancount_reds_importers.vanguard.Importer.extract() raised an unexpected error: Unknown entry type
T…
-
I have written a GenericImporter for my bank statements and I am automatically setting the `payee` and `narration` based on my "raw" data / statements.
Sometimes I leave the `narration` empty, whic…
kosli updated
9 months ago