- Do not turn "other accounts" into a comma-delimited string when the report is constructed, but pass `AccountName`s up the chain. This requires modifying the `AccountTransactionsReportItem` type to contain `[AccountName]` rather than `Text`. - Perform the account name summarization (`Hledger.Data.AccountName.accountSummarizedName`) closer to the actual rendering of the report, so that different report formats can choose summarization strategy. - Continue to summarize as before for terminal/text output (ie. human-readable). Do not summarize any more for machine-readable output (csv/html/fods). |
||
|---|---|---|
| .. | ||
| app | ||
| Hledger | ||
| test | ||
| .date.m4 | ||
| .ghci | ||
| .version | ||
| .version.m4 | ||
| CHANGES.md | ||
| dir-entry.texi | ||
| hledger-ui.1 | ||
| hledger-ui.cabal | ||
| hledger-ui.info | ||
| hledger-ui.m4.md | ||
| hledger-ui.txt | ||
| LICENSE | ||
| package.yaml | ||
| README.md | ||
| Setup.hs | ||
hledger-ui
A simple curses-style text user interface for the hledger accounting system. It can be a more convenient way to browse your accounts than the CLI.
See also: the project README and home page.