mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
Multi-currency support (#425)
* Initial foundational pass at multi-currency * Default format currency * More work on currency and exchanging * Re-build currencies on change * Currency import/setup * Background job overhaul + cheaper OXR plan support * Lint fixes * Test fixes * Multi-currency setup instructions * Allow decimals in the balance field * Spacing fix for form --------- Signed-off-by: Josh Pigford <josh@joshpigford.com>
This commit is contained in:
parent
94f7b4ea8f
commit
aa351ae616
41 changed files with 634 additions and 176 deletions
14
README.md
14
README.md
|
@ -46,11 +46,21 @@ bin/dev
|
|||
|
||||
And visit http://localhost:3000 to see the app. You can use the following credentials to log in (generated by DB seed):
|
||||
|
||||
Email: user@maybe.local
|
||||
Password: password
|
||||
Email: `user@maybe.local`
|
||||
Password: `password`
|
||||
|
||||
For further instructions, see guides below.
|
||||
|
||||
### Multi-currency support
|
||||
|
||||
If you'd like multi-currency support, there are a few extra steps to follow.
|
||||
|
||||
1. Sign up for an API key at [Open Exchange Rates](https://openexchangerates.org/signup). For now, you'll need the Developer plan, which is $12/mo.
|
||||
2. Add your API key to your `.env` file.
|
||||
3. Set the currencies you'd like to support in the `.env` file.
|
||||
4. Run `rake currencies:seed`
|
||||
5. Run `rake exchange_rates:sync`
|
||||
|
||||
### Setup Guides
|
||||
|
||||
#### Dev Container (optional)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue