|
@ -153,6 +153,7 @@ export class AccountsPageComponent implements OnDestroy, OnInit { |
|
|
public openUpdateAccountDialog({ |
|
|
public openUpdateAccountDialog({ |
|
|
accountType, |
|
|
accountType, |
|
|
balance, |
|
|
balance, |
|
|
|
|
|
comment, |
|
|
currency, |
|
|
currency, |
|
|
id, |
|
|
id, |
|
|
isExcluded, |
|
|
isExcluded, |
|
@ -164,6 +165,7 @@ export class AccountsPageComponent implements OnDestroy, OnInit { |
|
|
account: { |
|
|
account: { |
|
|
accountType, |
|
|
accountType, |
|
|
balance, |
|
|
balance, |
|
|
|
|
|
comment, |
|
|
currency, |
|
|
currency, |
|
|
id, |
|
|
id, |
|
|
isExcluded, |
|
|
isExcluded, |
|
@ -232,6 +234,7 @@ export class AccountsPageComponent implements OnDestroy, OnInit { |
|
|
account: { |
|
|
account: { |
|
|
accountType: AccountType.SECURITIES, |
|
|
accountType: AccountType.SECURITIES, |
|
|
balance: 0, |
|
|
balance: 0, |
|
|
|
|
|
comment: null, |
|
|
currency: this.user?.settings?.baseCurrency, |
|
|
currency: this.user?.settings?.baseCurrency, |
|
|
isExcluded: false, |
|
|
isExcluded: false, |
|
|
name: null, |
|
|
name: null, |
|
|