feat: add initial balance support to accounts, enhancing account management and balance calculations across components
This commit is contained in:
@@ -36,6 +36,7 @@ export const bankingService = {
|
||||
type: a.type as Account["type"],
|
||||
folderId: a.folderId,
|
||||
balance: a.balance,
|
||||
initialBalance: a.initialBalance,
|
||||
currency: a.currency,
|
||||
lastImport: a.lastImport,
|
||||
externalUrl: a.externalUrl,
|
||||
|
||||
Reference in New Issue
Block a user