..
20240201183314_enable_uuid.rb
Initial commit
2024-02-02 09:05:04 -06:00
20240201184038_create_families.rb
Initial commit
2024-02-02 09:05:04 -06:00
20240201184212_create_users.rb
Initial commit
2024-02-02 09:05:04 -06:00
20240202015428_create_accounts.rb
Initial commit
2024-02-02 09:05:04 -06:00
20240202191425_create_account_loans.rb
Rework Account to use delegated types
2024-02-03 02:48:51 +00:00
20240202191746_add_accountable_to_account.rb
Add index
2024-02-03 02:49:24 +00:00
20240202192214_create_account_depositories.rb
Rework Account to use delegated types
2024-02-03 02:48:51 +00:00
20240202192231_create_account_credits.rb
Rework Account to use delegated types
2024-02-03 02:48:51 +00:00
20240202192238_create_account_investments.rb
Rework Account to use delegated types
2024-02-03 02:48:51 +00:00
20240202192312_create_account_properties.rb
Rework Account to use delegated types
2024-02-03 02:48:51 +00:00
20240202192319_create_account_vehicles.rb
Rework Account to use delegated types
2024-02-03 02:48:51 +00:00
20240202192327_create_account_other_assets.rb
Rework Account to use delegated types
2024-02-03 02:48:51 +00:00
20240202192333_create_account_other_liabilities.rb
Rework Account to use delegated types
2024-02-03 02:48:51 +00:00
20240202230325_create_invite_codes.rb
Implement invitation codes
2024-02-02 17:55:27 -06:00
20240203030754_remove_type_from_accounts.rb
Remove account type column
2024-02-03 03:09:54 +00:00
20240203050018_add_token_index_to_invite_codes.rb
Add unique index for invite code tokens ( #267 )
2024-02-02 23:06:31 -06:00
20240206031739_replace_money_field.rb
Update database migrations and strengthen db smoke tests ( #462 )
2024-02-14 19:48:35 -05:00
20240209153232_add_currency_to_families.rb
Multi-currency support ( #425 )
2024-02-10 16:18:56 -06:00
20240209174912_redo_money_storage.rb
Update database migrations and strengthen db smoke tests ( #462 )
2024-02-14 19:48:35 -05:00
20240209200519_create_currencies.rb
Multi-currency support ( #425 )
2024-02-10 16:18:56 -06:00
20240209200924_create_exchange_rates.rb
Multi-currency support ( #425 )
2024-02-10 16:18:56 -06:00
20240210155058_create_good_jobs.rb
Multi-currency support ( #425 )
2024-02-10 16:18:56 -06:00
20240212150110_create_account_balances.rb
Scaffold out the UI for individual account page ( #461 )
2024-02-14 13:02:11 -05:00
20240215201527_create_valuations.rb
Add Live Data to Account Page ( #464 )
2024-02-20 09:07:55 -05:00
20240221004818_remove_valuation_type.rb
Scaffold out Account Syncing ( #474 )
2024-02-22 11:35:06 -05:00
20240222144849_add_status_to_account.rb
Scaffold out Account Syncing ( #474 )
2024-02-22 11:35:06 -05:00
20240223162105_create_transactions.rb
Scaffold out basic transactions model and UI ( #478 )
2024-02-23 21:34:33 -05:00
20240227142457_rename_account_balance.rb
Prepare fixture data for account sync tests ( #493 )
2024-02-27 12:43:49 -05:00
20240302145715_add_classification_to_accounts.rb
Net worth calculation ( #508 )
2024-03-04 08:31:22 -05:00
20240306193345_add_is_active_to_account.rb
Add accounts management list ( #522 )
2024-03-07 10:55:51 -05:00
20240307082827_create_transaction_categories.rb
Add backend support for transaction categories ( #524 )
2024-03-07 13:15:50 -05:00
20240308214956_add_notes_and_excluded_to_transaction.rb
Add transaction sidebar ( #534 )
2024-03-10 17:38:31 -04:00