hledger/hledger-lib/Hledger/Reports
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
..
AccountTransactionsReport.hs ref: bal: rename some report types to clarify/sync with docs 2021-07-15 14:22:20 -10:00
BalanceReport.hs lib,cli,ui,web: Add check balancednoautoconversion command, which checks that 2021-06-07 18:58:58 -10:00
BudgetReport.hs ref: bal: rename some report types to clarify/sync with docs 2021-07-15 14:22:20 -10:00
EntriesReport.hs lib: Create journalApplyValuationFromOpts. 2021-05-13 19:52:32 +10:00
MultiBalanceReport.hs ref: bal: rename some report types to clarify/sync with docs 2021-07-15 14:22:20 -10:00
PostingsReport.hs ref: bal: rename some report types to clarify/sync with docs 2021-07-15 14:22:20 -10:00
ReportOptions.hs ref: bal: rename some report types to clarify/sync with docs 2021-07-15 14:22:20 -10:00
ReportTypes.hs ref: bal: rename some report types to clarify/sync with docs 2021-07-15 14:22:20 -10:00
TransactionsReport.hs Merge pull request #1560 from Xitian9/rationalisevaluation 2021-06-07 19:02:44 -10:00