Simon Michael
Simon Michael
`balance assets -M -%` (eg) will show each account's percentage of the total on a given day. But there's no easy way to see the percentage change in an account's...
An import command was failing with: ``` hledger: user error (could not parse date "") ``` It wasn't the destination journal file, the source csv file, or any of the...
From #1831: > The same confusing error arises when a newbie (like me) forgets to skip the csv header line. Code does not notice that is trying to parse "Transaction...
In these tests, `balance` detects both assets but `balancesheet` (and all the compound balance commands), using older account type code, does not (ie the second test currently fails): ``` #...
```journal 2022-01-01 a A5.00 @ B1.123456 b comment Should show B amounts with no decimals, like A: $ hledger -f a.j print -x --infer-equity -c A1. -c B1. 2022-01-01 a...
As discussed in chat, `amt:` currently filters postings both before and after the start date: ``` 2022-01-01 (a) 5 2022-01-02 (a) -1 # 1. Both transactions are within the report...
I think it's a bug: when a valuation commodity is not specified, prices inferred with `--infer-market-prices` do not help select a default valuation commodity, as `P` prices would. > So...
Part of #1015. Related: #82, #377, #1019. With --value-at (#329) It's now easier to see the changes in value due to market price changes over time. However we don't yet...
Noticed in #1845 (and previously reported by @wgslr as #1843): ```journal ~ quarterly from next quarter (a) 1 ``` ```cli $ hledger -f a.j reg --today=2021-06-01 --forecast=2021 2021-04-01 (a) 1...
Just sharing this.. it's an attempt to fix this CSV limitation I just noticed, dates from other timezones can be off by one: fc364cd8c origin/master ;doc: csv: note a limitation...