Module: HledgerForecast

Defined in:
lib/hledger_forecast/cli.rb,
lib/hledger_forecast/version.rb,
lib/hledger_forecast/forecast.rb,
lib/hledger_forecast/settings.rb,
lib/hledger_forecast/formatter.rb,
lib/hledger_forecast/generator.rb,
lib/hledger_forecast/calculator.rb,
lib/hledger_forecast/comparator.rb,
lib/hledger_forecast/summarizer.rb,
lib/hledger_forecast/transaction.rb,
lib/hledger_forecast/summarizer_formatter.rb,
lib/hledger_forecast/transactions/default.rb

Defined Under Namespace

Modules: Calculator, Transactions Classes: Cli, Comparator, Forecast, Formatter, Generator, Settings, Summarizer, SummarizerFormatter, Transaction, TransactionGroup

Constant Summary collapse

VERSION =
"3.3.0"
ANNUAL_MULTIPLIERS =
{
  "monthly" => 12,
  "quarterly" => 4,
  "half-yearly" => 2,
  "yearly" => 1,
  "once" => 1,
  "daily" => 352,
  "weekly" => 52
}.freeze