1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 20:15:22 +02:00
Maybe/test/models/account
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
..
balance_calculator_test.rb Basic Account Balance Sync Algorithm (#501) 2024-02-29 08:32:52 -05:00
credit_test.rb Rework Account to use delegated types 2024-02-03 02:48:51 +00:00
depository_test.rb Rework Account to use delegated types 2024-02-03 02:48:51 +00:00
investment_test.rb Rework Account to use delegated types 2024-02-03 02:48:51 +00:00
loan_test.rb Rework Account to use delegated types 2024-02-03 02:48:51 +00:00
other_asset_test.rb Rework Account to use delegated types 2024-02-03 02:48:51 +00:00
other_liability_test.rb Rework Account to use delegated types 2024-02-03 02:48:51 +00:00
property_test.rb Rework Account to use delegated types 2024-02-03 02:48:51 +00:00
syncable_test.rb Basic Account Balance Sync Algorithm (#501) 2024-02-29 08:32:52 -05:00
vehicle_test.rb Rework Account to use delegated types 2024-02-03 02:48:51 +00:00