PwsTimeCardImage
Overview
This data structure contains the essential information of a time card that has been adjusted. It is contained within PwsInvoiceAdjustmentHistoryTimeCard for either the before or after snapshot of the time card.
Format
- PwsTimeCardImage
- BillingAdjustedAmount: Double
- ContractRevenueAmount: Double
- DayFraction: Double
- Description: String
- LocationIdentity: PwsLocationRef
- MinutesPerDay: Int16
- ProjectIdentity: PwsProjectRef
- ProjectName: String
- ProjectRateTypeIdentity: PwsProjectRateTypeRef
- ProjectRateTypeName: String
- ProjectRoleIdentity: PwsProjectRoleRef
- ProjectRoleName: String
- ProjectTaskFullName: String
- ProjectTaskIdentity: PwsProjectTaskRef
- Udf1Value: PwsCardUdfValue
- Udf2Value: PwsCardUdfValue
- WorkMinutes: Int32
Elements
Element | Data Type | Required? | Default | Description |
---|---|---|---|---|
BillingAdjustedAmount | Double | The billing adjusted revenue on the time card. | ||
ContractRevenueAmount | Double | The contract revenue amount on the time card. | ||
DayFraction | Double | The fraction of a work day associated with the time card. It is calculated as WorkMinutes divided by MinutesPerDay. | ||
Description | String | The description of the time card. | ||
LocationIdentity | This structure contains the unique key fields associated with a location. | |||
MinutesPerDay | Int16 | The number of minutes of a work day on the project. | ||
ProjectIdentity | This structure represents the unique key fields associated with identifying a project. | |||
ProjectName | String | The name of the project associated with the time card. | ||
ProjectRateTypeIdentity | This structure represents the unique key fields associated with identifying a project rate type. | |||
ProjectRateTypeName | String | The project rate type associated with the time card. | ||
ProjectRoleIdentity | This structure represents the unique key fields associated with identifying a project role. | |||
ProjectRoleName | String | The name of the role associated with the time card. | ||
ProjectTaskFullName | String | The name of the task associated with the time card. | ||
ProjectTaskIdentity | The identity of the task associated with the time card. | |||
Udf1Value | The value of the first user defined field. | |||
Udf2Value | The value of the second user defined field. | |||
WorkMinutes | Int32 | The work minutes associated with the time card. |