hledger/hledger-ui/Hledger/UI
savanto 230998136f imp: areg: do not abbrev other accts in machine-readable output (#1995)
- 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).
2025-06-28 13:38:58 -07:00
..
AccountsScreen.hs fix:ui:a key: don't pass cli query args to add [#2313] 2025-01-21 22:02:34 -10:00
BalancesheetScreen.hs imp: ui: bs/is screens: clarify balance/changes in header/footer 2022-11-07 16:10:56 -10:00
CashScreen.hs fix: ui: add new screen missing from commit 2023-03-24 15:08:13 -10:00
Editor.hs feat(hledger-ui): add helix as a supported editor 2024-10-15 08:03:12 -10:00
ErrorScreen.hs fix: make a few more error messages consistent, hiding call stack [#2367] 2025-06-03 10:10:04 -10:00
IncomestatementScreen.hs imp: ui: bs/is screens: clarify balance/changes in header/footer 2022-11-07 16:10:56 -10:00
Main.hs dev: rename exitOnError -> handleExit, improve doc 2025-06-12 18:48:10 -10:00
MenuScreen.hs fix:ui:a key: don't pass cli query args to add [#2313] 2025-01-21 22:02:34 -10:00
RegisterScreen.hs fix:ui:a key: don't pass cli query args to add [#2313] 2025-01-21 22:02:34 -10:00
Theme.hs dev: fix some partial head/tails, silence ghc 9.8's new warnings 2024-02-28 15:58:21 -10:00
TransactionScreen.hs fix: make a few more error messages consistent, hiding call stack [#2367] 2025-06-03 10:10:04 -10:00
UIOptions.hs lib: more version helpers, rename to HledgerBinaryInfo, silence warnings 2025-04-25 09:36:38 -10:00
UIScreens.hs imp: areg: do not abbrev other accts in machine-readable output (#1995) 2025-06-28 13:38:58 -07:00
UIState.hs fix: make a few more error messages consistent, hiding call stack [#2367] 2025-06-03 10:10:04 -10:00
UITypes.hs feat: ui: add "Cash accounts" screen 2023-03-24 07:59:16 -10:00
UIUtils.hs imp:lib:Hledger.Utils.Debug: simpler, more consistent dbg* names 2025-05-21 22:54:00 -10:00