- 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). |
||
|---|---|---|
| .. | ||
| AccountsScreen.hs | ||
| BalancesheetScreen.hs | ||
| CashScreen.hs | ||
| Editor.hs | ||
| ErrorScreen.hs | ||
| IncomestatementScreen.hs | ||
| Main.hs | ||
| MenuScreen.hs | ||
| RegisterScreen.hs | ||
| Theme.hs | ||
| TransactionScreen.hs | ||
| UIOptions.hs | ||
| UIScreens.hs | ||
| UIState.hs | ||
| UITypes.hs | ||
| UIUtils.hs | ||