Add default currencies to forms based on preference #994

Merged
zachgoll merged 2 commits from 991-improvement-set-currency-to-account-currency-when-creating-new-entries into main 2024-07-17 20:57:17 +08:00
zachgoll commented 2024-07-17 20:25:28 +08:00 (Migrated from github.com)

A few updates to simplify account creation:

  • No default currency - while defaulting to USD at the DB level is convenient, it makes the account creation process less transparent and suppresses the concept of multi-currency accounts. Removing this default adds a bit of extra work for each creation, but is much more explicit and doesn't hide this important concept of the app.
  • No default balance - there is no sensible "default balance" for an account, so I have removed this from the DB
A few updates to simplify account creation: - No default currency - while defaulting to USD at the DB level is _convenient_, it makes the account creation process less transparent and suppresses the concept of multi-currency accounts. Removing this default adds a bit of extra work for each creation, but is much more explicit and doesn't hide this important concept of the app. - No default balance - there is no sensible "default balance" for an account, so I have removed this from the DB
Sign in to join this conversation.