-
**Syntax:**
* https://furius.ca/beancount/
* https://beancount.github.io/docs/beancount_language_syntax.html
**Guideline Criteria:**
* https://packagecontrol.io/packages/Beancount
* https://g…
-
Is there support for reading metadata? I can't see the metadata in the beancount file I am reading with ledger. Unless I am missing something.
-
I tried to install [beancount](https://github.com/beancount/beancount) via `pip`. But it didn’t succeed as it’s not a “pure python” package. Does anyone know any workarounds to install it?
-
When I run black against a beancount file containing pushtag and poptag, it throws an error rather than accept the entry and continue. I'm using these entries as per the [Beancount Syntax "The Tag Sta…
-
Currently, the tree-sitter grammar recognizes all key-value lines within a transaction as children of that transaction node. This behaviour is in line with the `beancount` grammar and parser behaviour…
-
请问有没有要实现预算的计划,比如
2024-09-01 custom "budget" Expenses:Food "monthly" 1800 CNY
其实beancount的预算不太优雅,
比如设置了9月,10月不改的话也是1800CNY。
还有设置了父级的预算,子级的预算就不再生效。
不实现也情有可原
-
Hello! It was nice chatting with you on IRC!
Again, thank you for this very useful little app!
I wanted to pick up where we left off, discussing support for Beancount format (for reference: http…
-
Reproduced with the following:
```beancount
plugin "beancount.plugins.auto"
2000-01-01 * "test"
Assets:Test 4 TEST {{100 USD, "test"}}
Equity:Test
```
Raises
```
lark.exceptions.Unexp…
-
I know this is a documentation issue (even the beancount web site says "Beancount v3 is in development"), but what happened to bean-extract?
I understand that beangulp has replaced the ingest proce…
-
**[Original report](https://bitbucket.org/blais/beancount/issue/101) by Martin Blais (Bitbucket: [blais](https://bitbucket.org/blais), GitHub: [blais](https://github.com/blais)).**
------------------…