Top Level Namespace

Defined in:

Constant Summary

EXPENSE_INTERVALS_OPTS = OptionGroup.new([IntervalType::ONCE, IntervalType::MONTHLY, IntervalType::WEEKLY, IntervalType::DAILY, IntervalType::FIVEDAYS_A_WEEK, IntervalType::TWODAYS_A_WEEK].map(&.to_option), I18n.t("insert.this_transaction_happens"))
INCOME_INTERVALS_OPTS = OptionGroup.new([IntervalType::ONCE, IntervalType::MONTHLY, IntervalType::WEEKLY, IntervalType::FIVEDAYS_A_WEEK].map(&.to_option), I18n.t("insert.this_transaction_happens"))

Localized pre-instantiated Options Groups

Method Summary

Method Detail

def date_in_n_days(n : Int64) #

[View source]
def days_range(date : Time, days : Int64) #

[View source]
def first_day_of_n_month_since_day(initial_date : Time, n : Int64) #

[View source]
def heuristically_the_same_day(date, target_day_date) #

[View source]
def last_day_of_n_month_since_day(initial_date : Time, n : Int64) #

[View source]
def parse_day(str : String) #

[View source]
def today #

[View source]