Martin Michlmayr
Martin Michlmayr
It seems like `print` only supports `from`. What do you think of adding `where` to `print` and how hard would it be? Ledger allows this and this is a great...
SELECT YEAR, SUM(position) WHERE account ~ '^Income' GROUP BY YEAR ORDER BY YEAR Unfortunately, the financial year is not the calendar year. It would be nice for BQL to somehow...
Note: the issue was created automatically with bugzilla2github Bugzilla bug ID: BZ#576 From: John Wiegley (@jwiegley) CC: @enderw88
In ledger, the `default` account can be used in the same way as `bucket`: ``` account Assets:Cash default 2024-07-04 * Foo Expenses:Food 10.00 EUR ``` Result: ``` -10.00 EUR Assets:Cash...
Note: the issue was created automatically with bugzilla2github Bugzilla bug ID: BZ#1164 From: @l29ah
### Checked for duplicates? - [X] This issue is not a duplicate ### What are the steps to reproduce this bug? 1. Load a deck into AnkiDroid and study 1....
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...
You mention [ALFFA](http://alffa.imag.fr/) but the web site no longer exists. Maybe you can link to https://github.com/getalp/ALFFA_PUBLIC or https://github.com/besacier/ALFFA_PUBLIC instead
**Description** I'm importing an EPUB. There's an encoding issue with characters. If I unpack the EPUB manually, `file` says it's a standard UTF-8 file: ``` file Trompie_02.xhtml Trompie_02.xhtml: HTML document,...
**Description** There's inconsistent capitalization in the headings. There is: * Mixed capitalization: e.g. Create new Book * First word capitalized, the others none: e.g. Import web pages / Book archive...