Uses the Component:TimeCardType
The technician's time cards for a service labor.
Table 6.59. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
TimeCardDate |
The date of the time card. | 1..1 | Field | udt:DateType | |
TimeCardRateType |
The type of rate paid to the technician. Valid values are "flatrate" or "actual". | 1..1 | Field | udt:TextType | |
TimeCardTechniciansRate |
The techician's rate in monetary amount | 1..1 | Field | udt:AmountType | |
TimeCardFlatRateHours |
The number of flatrate hours | 0..1 | Field | udt:QuantityType | |
TimeCardActualHours |
The number of actual hours | 0..1 | Field | udt:QuantityType |
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.59. TimeCard
<TimeCard> <TimeCardDate>......</TimeCardDate> [1..1] <TimeCardRateType>......</TimeCardRateType> [1..1] <TimeCardTechniciansRate>......</TimeCardTechniciansRate> [1..1] <TimeCardFlatRateHours>......</TimeCardFlatRateHours> [0..1] <TimeCardActualHours>......</TimeCardActualHours> [0..1] </TimeCard>