mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 13:19:39 +02:00
* Clean up time series models * Add value group rollup class for summarizing hierarchical data * Integrate new classes * Update UI to use new patterns * Update D3 charts to expect new data format * Clean up account model * More cleanup * Money improvements * Use new money fields * Remove invalid fixture data to avoid orphaned accountables * Update time series to work better with collections * Fix tests and UI bugs
7 lines
168 B
Ruby
7 lines
168 B
Ruby
EXCHANGE_RATE_ENABLED = ENV["OPEN_EXCHANGE_APP_ID"].present?
|
|
|
|
BALANCE_SHEET_CLASSIFICATIONS = {
|
|
asset: "asset",
|
|
liability: "liability",
|
|
equity: "equity"
|
|
}.freeze
|