ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-forecasts
ForecastSearchParams
Interface ForecastSearchParams
interface
ForecastSearchParams
{
year
?:
number
;
month
?:
number
;
clientId
?:
string
;
commercialId
?:
string
;
finishedProductId
?:
string
;
status
?:
string
[]
;
groupBy
?:
"client"
|
"year"
|
"month"
|
"product"
|
"commercial"
;
ordersDateType
?:
OrdersDateType
;
}
Index
Properties
year?
month?
client
Id?
commercial
Id?
finished
Product
Id?
status?
group
By?
orders
Date
Type?
Properties
Optional
year
year
?:
number
Optional
month
month
?:
number
Optional
client
Id
clientId
?:
string
Optional
commercial
Id
commercialId
?:
string
Optional
finished
Product
Id
finishedProductId
?:
string
Optional
status
status
?:
string
[]
Optional
group
By
groupBy
?:
"client"
|
"year"
|
"month"
|
"product"
|
"commercial"
Optional
orders
Date
Type
ordersDateType
?:
OrdersDateType
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
year
month
client
Id
commercial
Id
finished
Product
Id
status
group
By
orders
Date
Type
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...