1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 15:35:22 +02:00
Maybe/app/models/account
Zach Gollwitzer e05f03b314
Allow user to add buy and sell trade transactions for investment accounts (#1066)
* Consolidate modal form structure into partial + helper

* Scaffold out trade transaction form

* Normalize translations

* Add buy and sell trade form with tests

* Move entryable lists to dedicated controllers

* Delegate entry group contents rendering

* More cleanup

* Extract transaction and valuation update logic from entries controller

* Delegate edit and show actions to entryables

* Trade builder

* Update paths for transaction updates
2024-08-09 11:22:57 -04:00
..
balance Investment Portfolio Sync (#974) 2024-07-16 09:26:49 -04:00
holding Add security prices provider (Synth integration) (#1039) 2024-08-01 19:43:23 -04:00
balance.rb Account::Sync model and test fixture simplifications (#968) 2024-07-10 11:22:59 -04:00
entry.rb Add security prices provider (Synth integration) (#1039) 2024-08-01 19:43:23 -04:00
entryable.rb Investment Portfolio Sync (#974) 2024-07-16 09:26:49 -04:00
holding.rb Show cash + holdings value for investment account view (#1046) 2024-08-02 17:09:25 -04:00
sync.rb Basic Portfolio Views (#1000) 2024-07-25 16:46:04 -04:00
syncable.rb Implement auto family syncs on login (#1021) 2024-07-25 12:51:50 -04:00
trade.rb Allow user to add buy and sell trade transactions for investment accounts (#1066) 2024-08-09 11:22:57 -04:00
trade_builder.rb Allow user to add buy and sell trade transactions for investment accounts (#1066) 2024-08-09 11:22:57 -04:00
transaction.rb Account::Entry Delegated Type (namespace updates part 7) (#923) 2024-07-01 10:49:43 -04:00
transfer.rb Ensure transfer name is populated (#1042) 2024-08-01 12:10:30 -04:00
valuation.rb Account::Entry Delegated Type (namespace updates part 7) (#923) 2024-07-01 10:49:43 -04:00