-
@blais [recently wrote (I'm paraphrasing) that Beancount v2 is now deprecated](https://groups.google.com/g/beancount/c/iTdRuvZnE4E/m/o9V91WfgFQAJ), I'm wondering if there is a comprehensive list of bl…
-
I'm trying to get started with beancount (v2) and figured that beangulp is probably the best / future way for importers?
I'm in the Netherlands and would like to start with importing my ING Bank ac…
-
I'm exploring beancount, hoping to migrate a few different projects from ledger, some personal books as well as the bookkeeping system that I handle for a non-profit. There are a bunch of things I fin…
-
I just tried beancount-import with an investment account for the first time, and I'm having trouble getting it to match any of my existing transactions.
After some fiddling, I llearned that if I ta…
-
In my csv importer, if I import the following record:
`02/18/2023,RETAILER #89 TORONTO ON,92.78,`
I get the following entry..
```
2023-02-18 * "RETAILER #89 TORONTO, ON"
Expenses:Someaccount
…
-
Test
-
redirected from https://github.com/jbms/beancount-import/issues/240
web scraping isn't the ideal approach to ingest data from bank accounts.
Using an open banking aggregator instead of web scrap…
-
# Transaction Builders — Red's Rants
Transaction builders specialize in putting together the set of postings for each entry.I’ve found three classes where this specialization is handy, discussed...…
-
The open-source accounting software Firefly III already integrates with some free open banking APIs. For more information, you can visit the [Firefly III Documentation](https://docs.firefly-iii.org/ho…
-
For import scripts that call scripts_utils.ingest(), allow them to provide default values for args like `downloads` and `destination`.