Simon Michael

Results 155 issues of Simon Michael

This is an unusual situation, but is there something better we should do here ? ``` D USD 1.00 P 2018/1/1 USD 2 2018/1/1 (a) 1 ``` ``` $ hledger...

A-BUG
journal
valuation

How precise should transaction balancing be ? This is related to https://github.com/simonmichael/hledger/issues/1962 . This mainly concerns transactions/journal entries where perfect balancing is not possible because of a long or infinite...

A-WISH
journal
ledger-compat

rwp reports the display style for a commodity visibly varying from one file to another with the register command. Eg: `a.j` ``` 2008-08-20 (a) $10,000.00 ``` `b.j` ``` 2009-11-12 (a)...

A-BUG
journal
register

balance --gain's functionality needs to be described in detail. Related: https://www.reddit.com/r/plaintextaccounting/comments/141fyoq/hledger_investment_gain_calculation_problem suggests it sometimes shows realised gain, not just unrealised gain. Some examples based on the above: ``` decimal-mark ,...

A-BUG
docs
balance

An old goal, and I think 1.31 is the time to add it: `hledger-read-EXT` scripts in PATH allowing hledger to read EXT files. Like add-on commands, but for adding support...

A-WISH
journal
needs:docs
needs:tests
needs:code

# Or: Don't let a typo hang user's machine Eduardo reported in chat: > I have made a typo in a transaction. The year was 20211 instead of 2021. Later,...

A-BUG
performance

From #hledger chat today. As part of using hledger to analyse public financial reports, it seems like a useful step would be to develop and document how to import data...

A-WISH

From a report on the mail list: ``` ~ every 16th day of month from 2023-03 to 2024-03 (asset:cash) 1 ``` ``` $ hledger-1.28 print --forecast=2023-02 # Should print nothing...

A-BUG
print
needs:debugging

In #hledger it was noted that you can't easily generate posting date tags if your CSV dates are not already in ISO format, because posting date tags require ISO dates...

A-WISH
csv
needs:code

hfsevents builds for me with GHC 9.6 but not with 9.8. Would anyone have ideas on this error ? ``` $ stack build hfsevents --stack-yaml stack9.8.yaml Warning: Stack has not...