mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 04:24:06 +00:00
Add instituion details & notes to Account model (#481)
- Add institution name & domain, to allow fetching logos when no provider is configured - Add free-form textarea for storing misc. notes (eg. sort codes, account numbers) - Update account settings form to support these new fields
This commit is contained in:
committed by
GitHub
parent
104324a82b
commit
68864b1fdb
@@ -21,6 +21,13 @@ en:
|
||||
balance: Current balance
|
||||
name_label: Account name
|
||||
name_placeholder: Example account name
|
||||
additional_details: Additional details
|
||||
institution_name_label: Institution name
|
||||
institution_name_placeholder: e.g., Chase Bank
|
||||
institution_domain_label: Institution domain
|
||||
institution_domain_placeholder: e.g., chase.com
|
||||
notes_label: Notes
|
||||
notes_placeholder: Store additional information like account numbers, sort codes, IBAN, routing numbers, etc.
|
||||
index:
|
||||
accounts: Accounts
|
||||
manual_accounts:
|
||||
|
||||
Reference in New Issue
Block a user