Simon Michael
Simon Michael
rwp reported both windows binaries linked on the [download page](http://hledger.org/download#a) failing on Windows XP (in different ways). These binaries are built with 64-bit stack on Appveyor's 64-bit windows environment. We...
The print-unique command currently does not allow arguments. It should allow query arguments, like print.
The JSON /add handler should reject unbalanced/invalid transactions, as hledger-web's add form does, so that the journal is not corrupted. Reported on the mail list.
`hledger files` fails eg if balance assertions are failing. This is inconvenient eg in a loop like `hledger files | entr hledger COMMAND`. The `files` command should avoid checking non-essential...
As noted on #1895, currently on hledger.org the page table of contents scrolls out of view (unlike the site table of contents). It might be useful to keep it visible,...
Part of #1015. This issue is about adding basic awareness of lots to hledger. A lot is some quantity of a commodity transacted at a certain price on a certain...
Reported by pablo1107 in #plaintextaccounting: a `date-format` in CSV rules did not perform as expected: ``` ~/ledger master* ❯ export LC_TIME="es_AR.UTF-8" ~/ledger master* ❯ hledger print --rules-file vacaciones-tc.rules -f vacaciones-tc.csv...
[Related: #1813, #1816] With this entry: ``` 2022-01-01 a A -1 b B 1 @@ A 1 ``` hledger 1.25 and 1.26 infer the same market price: ``` $ hledger-1.25...
Discussed in #hledger today: when entering a stock sale with `hledger add`, including the cost basis with @ notation, if you leave the last amount blank, expecting hledger to calculate...