-
[buchhaltung](https://github.com/johannesgerer/buchhaltung) has a `Semi-automatically match transactions to accounts using Bayesian classification`. It didn't work too well for me but still it's sugge…
varac updated
3 years ago
-
like
- [writing an importer](https://beancount.github.io/docs/importing_external_data.html#writing-an-importer) section importer.py
- [[Importing External Data - Beancount Documentation](https://be…
-
![image](https://user-images.githubusercontent.com/50442661/134639690-d52a3d08-9f91-4204-8821-a222020b445c.png)
kklod updated
3 years ago
-
There seems to be a bug with user names, that consist of more than two words (first name + last name). See error output below. There should not be any restriction in this regard in order to make the p…
-
支付宝App->我的->账单->右上角...->开具交易流水证明,之后可在邮箱中得到zip文件。
通过import.py导入时,脚本会提示输入密码。
我用下面的命令
`python import.py alipay_record_20210708_114333.zip --entry main.bean --out File01.bean`
将压缩包内容解压导入File01.be…
-
Many thanks @redstreet for making these importer tools available.
I tried to run the example importer in `beancount_reds_importers/example` (in a fresh virtual environment) but got the following er…
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
HOMEBREW_VERSION: 3.5.10-49-gb2ddb34
ORIGIN: https://github.com/Homebrew/brew
HEAD: b2ddb341a0489834dbbfcb57544d87c4…
-
I couldn't find any documentation suggesting that this is possible, hence creating this ticket. Not everything about a transaction can/should be encapsulated in metadata/tags/links - I would want to g…
-
I'm using csv.Importer to import bills from some csv file, but encountered some issues when the csv file is utf8 encoded and has the 8192th bytes right in the middle of some 3-bytes(or 4-bytes) coded …
-
Sometimes the Balance (Saldo) amount is missing from the CSV exports, but the `ECImporter` expects it to be there.
The "Saldo" metadata entry should be made optional.