1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-02 12:05:19 +02:00
Maybe/config
Zach Gollwitzer 110855d077
Multi-Currency Part 2 (#543)
* Support all currencies, handle outside DB

* Remove currencies from seed

* Fix account balance namespace

* Set default currency on authentication

* Cache currency instances

* Implement multi-currency syncs with tests

* Series fallback, passing tests

* Fix conflicts

* Make value group concrete class that works with currency values

* Fix migration conflict

* Update tests to expect multi-currency results

* Update account list to use group method

* Namespace updates

* Fetch unknown exchange rates from API

* Fix date range bug

* Ensure demo data works without external API

* Enforce cascades only at DB level
2024-03-21 13:39:10 -04:00
..
environments Multi-currency support (#425) 2024-02-10 16:18:56 -06:00
initializers Multi-Currency Part 2 (#543) 2024-03-21 13:39:10 -04:00
locales Multi-Currency Part 2 (#543) 2024-03-21 13:39:10 -04:00
application.rb Initial commit 2024-02-02 09:05:04 -06:00
boot.rb Initial commit 2024-02-02 09:05:04 -06:00
cable.yml Refresh account on update (#476) 2024-02-23 20:18:30 -06:00
credentials.yml.enc Update credentials.yml.enc 2024-02-02 16:12:04 -06:00
currencies.yml Multi-currency support: Money + Currency class improvements (#553) 2024-03-18 11:21:00 -04:00
database.yml chore: add ability to change DB_PORT from standard 5432 (#480) 2024-02-26 06:44:07 -05:00
environment.rb Initial commit 2024-02-02 09:05:04 -06:00
i18n-tasks.yml Start I18n Internationalization setup (#276) 2024-02-06 11:58:17 -06:00
importmap.rb Scaffold out the UI for individual account page (#461) 2024-02-14 13:02:11 -05:00
puma.rb Initial commit 2024-02-02 09:05:04 -06:00
routes.rb Multi-Currency Part 2 (#543) 2024-03-21 13:39:10 -04:00
storage.yml Initial commit 2024-02-02 09:05:04 -06:00
tailwind.config.js Add inline category selection (#541) 2024-03-14 10:30:36 -04:00