Uses the Component:PartsForecastingType
The Parts Forecasting component is used for reporting of data values for forecasting algorithms.
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..1 | Field | sqdt:QuantityType | |
FullBinQuantity |
Total quantity receiving storage bin can hold. | 0..1 | Field | sqdt:QuantityType | |
PeriodsInYearNumeric |
The number of periods in a year. 12 means the calculation is done monthly, 52 weekly, etc | 0..1 | Field | udt:NumericType | |
QuantitySoldHistory |
Used to report historical information about the quantity sold for a part. | 0..* | Component | QuantitySoldHistoryType | |
ExpectedInventory |
A list of order types and when they are expected to arrive. | 0..* | Component | ExpectedInventoryType | |
PartsActivityTransaction |
Parts Activity Transactions | 0..* | Component | PartsActivityTransactionType | |
QuantityForecast |
Used to report forecast information about the expected sales of a part. | 0..* | Component | QuantityForecastType |
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>