Show is_open in EditAccount

This commit is contained in:
2022-03-02 21:14:12 +00:00
parent 8899ff5772
commit 4fb3c2a335
2 changed files with 13 additions and 2 deletions

View File

@ -16,6 +16,7 @@ export interface Account {
ID: string
Name: string
OnBudget: boolean
IsOpen: boolean
ClearedBalance: number
WorkingBalance: number
ReconciledBalance: number