ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-chart-accounts
ChartAccount
Interface ChartAccount
interface
ChartAccount
{
id
:
string
;
code
:
string
;
name
:
string
;
type
:
"ASSET"
|
"LIABILITY"
|
"EQUITY"
|
"REVENUE"
|
"EXPENSE"
;
level
:
number
;
parentId
?:
string
;
parent
?:
{
id
:
string
;
code
:
string
;
name
:
string
}
;
children
?:
ChartAccount
[]
;
description
?:
string
;
category
?:
string
;
isActive
:
boolean
;
balance
:
number
;
createdAt
:
Date
;
updatedAt
:
Date
;
}
Index
Properties
id
code
name
type
level
parent
Id?
parent?
children?
description?
category?
is
Active
balance
created
At
updated
At
Properties
id
id
:
string
code
code
:
string
name
name
:
string
type
type
:
"ASSET"
|
"LIABILITY"
|
"EQUITY"
|
"REVENUE"
|
"EXPENSE"
level
level
:
number
Optional
parent
Id
parentId
?:
string
Optional
parent
parent
?:
{
id
:
string
;
code
:
string
;
name
:
string
}
Optional
children
children
?:
ChartAccount
[]
Optional
description
description
?:
string
Optional
category
category
?:
string
is
Active
isActive
:
boolean
balance
balance
:
number
created
At
createdAt
:
Date
updated
At
updatedAt
:
Date
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
code
name
type
level
parent
Id
parent
children
description
category
is
Active
balance
created
At
updated
At
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...