hledger/hledger-ui/Hledger/UI
Simon Michael 2a4170dd3b ui: transaction: show all decimal places (like print, cf #931)
On the accounts screen and register screen we round amounts according
to commodity styles, but when you drill down to a transaction you
probably want to see the unrounded amounts.
2021-02-04 08:13:55 -08:00
..
AccountsScreen.hs lib,cli,ui: Replace some uses of String with Text, get rid of some unpacks, clean up showMixed options. 2021-01-02 15:08:09 +11:00
Editor.hs ;ui: cleanup (#1359) 2020-09-29 17:02:09 -07:00
ErrorScreen.hs ui: preserve forecast txns (& period) when reloading journal (#1204) 2020-12-12 11:53:24 -08:00
Main.hs lib,cli,ui: Replace some uses of String with Text, get rid of some unpacks, clean up showMixed options. 2021-01-02 15:08:09 +11:00
RegisterScreen.hs ui: register: show all txns in/under an account at depth limit (#1468) 2021-01-24 09:54:18 -08:00
Theme.hs code: Strip extraneous trailing whitespace from Haskell sources 2019-07-15 16:40:49 +01:00
TransactionScreen.hs ui: transaction: show all decimal places (like print, cf #931) 2021-02-04 08:13:55 -08:00
UIOptions.hs lib,ui: Store the original query string in ReportOpts, provide a function for regenerating ReportOpts. 2020-10-23 14:14:11 -07:00
UIState.hs lib,cli,ui: Separate costing from valuation; each can now be specified 2021-01-28 13:57:48 -08:00
UITypes.hs lib,cli,ui: Introduce showMixed*Unnormalised, eliminate most direct calls of strWidth. 2020-11-04 14:25:20 +11:00
UIUtils.hs lib,cli,ui: Use Text for showDate and related. 2021-01-02 15:08:09 +11:00