1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-22 22:59:39 +02:00
Maybe/app/models
Zach Gollwitzer 7d48c01833
Prepare fixture data for account sync tests (#493)
* Rename account balance field for clarity

`original_balance` and `original_currency` may infer that these values are "original" to the account.  In reality, they represent the "current" balance and currency on the account.

* Prepare fixture data for account sync testing

* Update to new field

* Fix conflicts

* Remove local schema change
2024-02-27 12:43:49 -05:00
..
account Add Account type investment form (#343) 2024-02-06 19:45:17 -06:00
concerns Fix accountable type references in new account flow (#395) 2024-02-09 08:26:54 -06:00
account.rb Prepare fixture data for account sync tests (#493) 2024-02-27 12:43:49 -05:00
account_balance.rb Scaffold out Account Syncing (#474) 2024-02-22 11:35:06 -05:00
application_record.rb Initial commit 2024-02-02 09:05:04 -06:00
credit.rb Credit start 2024-02-02 15:31:32 -06:00
currency.rb Multi-currency support (#425) 2024-02-10 16:18:56 -06:00
current.rb Opt-in to Current fully (#297) 2024-02-04 17:36:46 -06:00
exchange_rate.rb Add currency to account form to support multiple currencies (#481) 2024-02-26 09:50:38 -05:00
family.rb Scaffold out basic transactions model and UI (#478) 2024-02-23 21:34:33 -05:00
invite_code.rb Implement invitation codes 2024-02-02 17:55:27 -06:00
period.rb Scaffold out Account Syncing (#474) 2024-02-22 11:35:06 -05:00
transaction.rb Scaffold out basic transactions model and UI (#478) 2024-02-23 21:34:33 -05:00
trend.rb Add Live Data to Account Page (#464) 2024-02-20 09:07:55 -05:00
user.rb feat: add settings page (#274) 2024-02-05 08:19:23 -06:00
valuation.rb Scaffold out Account Syncing (#474) 2024-02-22 11:35:06 -05:00