hledger/hledger-ui/Hledger/UI
Simon Michael 87f575e643 ref: bal: rename some report types to clarify/sync with docs
ReportType -> BalanceCalculation
 ChangeReport -> CalcChange
 BudgetReport -> CalcBudget
 ValueChangeReport -> CalcValueChange

BalanceType -> BalanceAccumulation
 PeriodChange -> PerPeriod
 CumulativeChange -> Cumulative
 HistoricalBalance -> Historical

ReportOpts:
 reporttype_ -> balancecalc_
 balancetype_ -> balanceaccum_

CompoundBalanceCommandSpec:
 cbctype -> cbcaccum

Hledger.Reports.ReportOptions:
 balanceTypeOverride -> balanceAccumulationOverride
2021-07-15 14:22:20 -10:00
..
AccountsScreen.hs ref: bal: rename some report types to clarify/sync with docs 2021-07-15 14:22:20 -10:00
Editor.hs Improve editor support 2021-06-16 14:11:36 -10:00
ErrorScreen.hs lib,cli,ui,web: Add check balancednoautoconversion command, which checks that 2021-06-07 18:58:58 -10:00
Main.hs ref: bal: rename some report types to clarify/sync with docs 2021-07-15 14:22:20 -10:00
RegisterScreen.hs ref: bal: rename some report types to clarify/sync with docs 2021-07-15 14:22:20 -10:00
Theme.hs lib,cli,ui,web: Remove unnecessary CPP when dropping support for GHC 8.2. 2021-06-07 17:33:54 -10:00
TransactionScreen.hs fix: ui: Make sure that you can scroll between matching transactions in 2021-07-15 09:46:56 -10:00
UIOptions.hs lib,cli,ui,web: Remove unused LANGUAGE pragmas. 2021-06-07 17:33:54 -10:00
UIState.hs ref: bal: rename some report types to clarify/sync with docs 2021-07-15 14:22:20 -10:00
UITypes.hs ui: Use Text instead of String in RegisterScreen. 2021-06-03 23:23:54 -10:00
UIUtils.hs lib,cli,ui,web: Remove unnecessary CPP when dropping support for GHC 8.2. 2021-06-07 17:33:54 -10:00