hledger/hledger-web/Hledger/Web/Handler
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
..
AddR.hs move JSON instances from hledger-web to hledger-lib 2019-12-16 17:17:00 -08:00
EditR.hs web: edit/upload: normalise line endings, avoiding parse errors (#1194) 2020-02-24 14:04:44 -08:00
JournalR.hs lib,cli,web,bin: Replace journalSelectingAmountFromOpts with journalApplyValuationFromOpts. 2021-06-08 14:55:05 +10:00
MiscR.hs lib,cli,ui,web: Introduce ReportSpec, which holds ReportOpts, the day of 2020-10-23 14:14:11 -07:00
RegisterR.hs ref: bal: rename some report types to clarify/sync with docs 2021-07-15 14:22:20 -10:00
UploadR.hs web: edit/upload: normalise line endings, avoiding parse errors (#1194) 2020-02-24 14:04:44 -08:00