ETASCOM CRM V3 - Documentation API
Storybook
GitHub
Preparing search index...
hooks/use-material-calculations
MaterialCalculationResult
Interface MaterialCalculationResult
interface
MaterialCalculationResult
{
materialNeeds
:
MaterialNeed
[]
;
stockCheck
:
StockCheck
;
totalCost
:
number
;
summary
:
{
totalMaterials
:
number
;
totalQuantity
:
number
;
availableStock
:
boolean
;
shortagesCount
:
number
;
}
;
}
Index
Properties
material
Needs
stock
Check
total
Cost
summary
Properties
material
Needs
materialNeeds
:
MaterialNeed
[]
stock
Check
stockCheck
:
StockCheck
total
Cost
totalCost
:
number
summary
summary
:
{
totalMaterials
:
number
;
totalQuantity
:
number
;
availableStock
:
boolean
;
shortagesCount
:
number
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
material
Needs
stock
Check
total
Cost
summary
Storybook
GitHub
ETASCOM CRM V3 - Documentation API
Loading...