ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-reports
Report
Interface Report
interface
Report
{
id
:
string
;
name
:
string
;
type
:
|
"efficiency"
|
"cost"
|
"operator"
|
"equipment"
|
"production"
|
"quality"
;
description
:
string
;
category
:
|
"custom"
|
"daily"
|
"weekly"
|
"monthly"
|
"quarterly"
|
"yearly"
;
status
:
"COMPLETED"
|
"PENDING"
|
"FAILED"
|
"GENERATING"
;
generatedAt
?:
string
;
generatedBy
?:
{
id
:
string
;
name
:
string
;
email
:
string
}
;
fileSize
?:
string
;
downloadCount
:
number
;
isScheduled
:
boolean
;
scheduleFrequency
?:
"daily"
|
"weekly"
|
"monthly"
;
lastGenerated
?:
string
;
nextGeneration
?:
string
;
createdAt
:
string
;
updatedAt
:
string
;
}
Index
Properties
id
name
type
description
category
status
generated
At?
generated
By?
file
Size?
download
Count
is
Scheduled
schedule
Frequency?
last
Generated?
next
Generation?
created
At
updated
At
Properties
id
id
:
string
name
name
:
string
type
type
:
|
"efficiency"
|
"cost"
|
"operator"
|
"equipment"
|
"production"
|
"quality"
description
description
:
string
category
category
:
"custom"
|
"daily"
|
"weekly"
|
"monthly"
|
"quarterly"
|
"yearly"
status
status
:
"COMPLETED"
|
"PENDING"
|
"FAILED"
|
"GENERATING"
Optional
generated
At
generatedAt
?:
string
Optional
generated
By
generatedBy
?:
{
id
:
string
;
name
:
string
;
email
:
string
}
Optional
file
Size
fileSize
?:
string
download
Count
downloadCount
:
number
is
Scheduled
isScheduled
:
boolean
Optional
schedule
Frequency
scheduleFrequency
?:
"daily"
|
"weekly"
|
"monthly"
Optional
last
Generated
lastGenerated
?:
string
Optional
next
Generation
nextGeneration
?:
string
created
At
createdAt
:
string
updated
At
updatedAt
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
name
type
description
category
status
generated
At
generated
By
file
Size
download
Count
is
Scheduled
schedule
Frequency
last
Generated
next
Generation
created
At
updated
At
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...