Add INVESTMENT account type with manual portfolio value recording

This commit is contained in:
2026-04-21 11:32:50 -04:00
parent 0ea6a7c698
commit 0cf4612106
8 changed files with 147 additions and 16 deletions

View File

@@ -21,6 +21,7 @@ model User {
enum AccountType {
BANK
CREDIT_CARD
INVESTMENT
}
model Account {