-
Hi. I've recently opened an account in a bank that doesn't support OFX export.
I'd like to write a general CSV importer, but I'm having a hard time even starting. Where do I look? I found venmo.py …
-
I'm currently looking at fava again for handling my import process.
What I noticed is that the duplicate detection logic of bean-extract is not present when importers are used through fava.
I think …
-
Hello,
first steps with fava and beancount, so just in case, please forgive ;-)
I wrote a simple importer and try to use with fava. It works with `bean-extract` and `bean-identify`. To use with …
floli updated
5 years ago
-
ofxclient has a "combined download" option where it downloads all your accounts into a single OFX file. This is pretty convenient if you have a lot of accounts, compared to one by one downloading them…
-
This pylint error
```
smart_importer/pipelines.py:7:0: E0001: Cannot import 'beancount.core.data' due to syntax error 'misplaced type annotation (, line 283)' (syntax-error)
```
...has been fixe…
-
Guys hi,
It's more a question on usage than issue, hope you could explain me. I've read Quick Start and Documentation but since i am using several importers and 1 of them have 2 "modes" (credit car…
gety9 updated
5 years ago
-
**[Original report](https://bitbucket.org/blais/beancount/issue/343) by Johannes Harms (Bitbucket: [johannesjh](https://bitbucket.org/johannesjh), GitHub: [johannesjh](https://github.com/johannesjh)).…
blais updated
5 years ago
-
* [x] Read the Python packaging guide: https://packaging.python.org/tutorials/packaging-projects/#uploading-your-project-to-pypi
* [ ] Setup Makefile targets similar to fava, using [twine](https://py…
-
I have a simple beancount importer that uses the standard beancount .csv importer to parse and import my banking transactions. Some of these banking transactions contain '#' in the description and it…
-
**[Original report](https://bitbucket.org/blais/beancount/issue/214) by Martin Blais (Bitbucket: [blais](https://bitbucket.org/blais), GitHub: [blais](https://github.com/blais)).**
------------------…
blais updated
5 years ago