PartsForecasting

Uses the Component:PartsForecastingType

The Parts Forecasting component is used for reporting of data values for forecasting algorithms.

Fields and Components

Table 6.12. Fields and Components

Name Description Occurrence Type Data Type User Notes
JobQuantity

Minimum job quantity for this item. Some jobs, such as an oil change will take 1 filter, but 6 quarts of oil. For that particular oil, the job quantity would be 6.

0..1Field sqdt:QuantityType  
FullBinQuantity

Total quantity receiving storage bin can hold.

0..1Field sqdt:QuantityType  
PeriodsInYearNumeric

The number of periods in a year. 12 means the calculation is done monthly, 52 weekly, etc

0..1Field udt:NumericType  
QuantitySoldHistory

Used to report historical information about the quantity sold for a part.

0..*ComponentQuantitySoldHistoryType 
ExpectedInventory

A list of order types and when they are expected to arrive.

0..*ComponentExpectedInventoryType 
PartsActivityTransaction

Parts Activity Transactions

0..*ComponentPartsActivityTransactionType 
QuantityForecast

Used to report forecast information about the expected sales of a part.

0..*ComponentQuantityForecastType 

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.12. PartsForecasting

<PartsForecasting>
     <JobQuantity>......</JobQuantity>     [0..1]
     <FullBinQuantity>......</FullBinQuantity>     [0..1]
     <PeriodsInYearNumeric>......</PeriodsInYearNumeric>     [0..1]
     <QuantitySoldHistory>......</QuantitySoldHistory>     [0..*]
     <ExpectedInventory>......</ExpectedInventory>     [0..*]
     <PartsActivityTransaction>......</PartsActivityTransaction>     [0..*]
     <QuantityForecast>......</QuantityForecast>     [0..*]
</PartsForecasting>