1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00
Maybe/app/models
Zach Gollwitzer dbf575c02a
Basic Account Balance Sync Algorithm (#501)
* Sketch out sync interface

* Add basic account sync algorithm

* Update logic for final balance in series

* Remove start_date concept

* Clean up tests

* Improve clarity of test

* Update app/models/account.rb

Co-authored-by: Rob Zolkos <rob@zolkos.com>
Signed-off-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>

* Update app/models/transaction.rb

Co-authored-by: Rob Zolkos <rob@zolkos.com>
Signed-off-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>

* Update app/models/valuation.rb

Co-authored-by: Rob Zolkos <rob@zolkos.com>
Signed-off-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>

* Re-organize code, simplify job interface

* Consolidate balance calculations

* More cleanup

---------

Signed-off-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>
Co-authored-by: Rob Zolkos <rob@zolkos.com>
2024-02-29 08:32:52 -05:00
..
account Basic Account Balance Sync Algorithm (#501) 2024-02-29 08:32:52 -05:00
concerns Fix accountable type references in new account flow (#395) 2024-02-09 08:26:54 -06:00
account.rb Basic Account Balance Sync Algorithm (#501) 2024-02-29 08:32:52 -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 Basic Account Balance Sync Algorithm (#501) 2024-02-29 08:32:52 -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 Basic Account Balance Sync Algorithm (#501) 2024-02-29 08:32:52 -05:00