TimeEntryLine
Less than to read
Properties
| Property Name | Type | Description | isWritable |
|---|---|---|---|
| _access | [_OutputAccessBinding] | no | |
| _updateUser | SysUser_node | yes | |
| _createUser | SysUser_node | yes | |
| _id | Id | yes | |
| employee | ProjectUser_node | yes | |
| lineNumber | Int | yes | |
| date | Date | yes | |
| taskLink | ProjectLink_node | yes | |
| budgetLink | ProjectLink_node | yes | |
| project | Project_node | yes | |
| task | Task_node | yes | |
| operation | Operation_node | yes | |
| firstOperationSplit | Int | yes | |
| assignmentLine | OperationAssignment_node | yes | |
| budget | Budget_node | yes | |
| financialSite | Site_node | yes | |
| currency | Currency_node | yes | |
| rateType | ExchangeRateType | yes | |
| projectCostType | CostType_node | yes | |
| employeeCostType | CostType_node | yes | |
| projectLaborRate | Decimal | yes | |
| employeeLaborRate | Decimal | yes | |
| timeSpent | Decimal | yes | |
| unit | UnitOfMeasure_node | yes | |
| timeCategory | TimeCategory_node | yes | |
| rateMultiplier | Decimal | yes | |
| localizedDescription | String | yes | |
| isValidated | Boolean | yes | |
| status | TimeEntryStatus_enum | yes | |
| origin | TimeEntryOrigin | yes | |
| validatedBy | User_node | yes | |
| controlledBy | User_node | yes | |
| approvedBy | User_node | yes | |
| entryType | EntryType_node | yes | |
| rejectedBy | User_node | yes | |
| journal | Journal_node | yes | |
| postedBy | User_node | yes | |
| journalNumber | String | yes | |
| isBillable | Boolean | yes | |
| billableFrom | Date | yes | |
| billedQuantity | Decimal | yes | |
| longComment | _OutputTextStream | yes | |
| longDescription | _OutputTextStream | yes | |
| connectedEmployee | ProjectUser_node | no | |
| defaultTimeCategory | TimeCategory_node | no | |
| defaultUnit | UnitOfMeasure_node | no | |
| isNegativeTimeSpentAllowed | Boolean | no | |
| isTimeEntryAdministrator | Boolean | no | |
| isTimeEntryEmployee | Boolean | no | |
| isValidatedDefault | Boolean | no | |
| currencyRates | TimeEntryLineCurrencyRates_Collection | yes | |
| dimensions | TimeEntryLineDimensions_Collection | yes | |
| billingPlan | ProjectBillingPlan_node | yes | |
| billingPlanLine | ProjectBillingPlanLine_node | yes | |
| _etag | String | yes | |
| _createStamp | Datetime | no | |
| _updateStamp | Datetime | no |
Custom Queries
getDuplicate : TimeEntryLine
| Property | Type | Description |
|---|---|---|
| _id | Id |
Custom Mutations
bulkUpdate : Boolean
| Mutation | Type | Description |
|---|---|---|
| filter | String | |
| data | TimeEntryLine_Input |
computeProjectEmployeeCostType : TimeEntryLineComputeProjectEmployeeCostTypeReturn
| Mutation | Type | Description |
|---|---|---|
| parameters | TimeEntryLineComputeProjectEmployeeCostTypeParameters_Input |
computeProjectEmployeeLaborRate : TimeEntryLineComputeProjectEmployeeLaborRateReturn
| Mutation | Type | Description |
|---|---|---|
| parameters | TimeEntryLineComputeProjectEmployeeLaborRateParameters_Input |
computeUnitOfMeasure : TimeEntryLineComputeUnitOfMeasureReturn
| Mutation | Type | Description |
|---|---|---|
| parameters | TimeEntryLineComputeUnitOfMeasureParameters_Input |
Custom Type
Id
TimeEntryLineComputeProjectEmployeeCostTypeParameters_Input
| Query | Type | Description |
|---|---|---|
| project | String | |
| task | String | |
| operation | IntOrString | |
| employee | String | |
| timeCategory | String |
TimeEntryLineComputeProjectEmployeeCostTypeReturn
| Query | Type | Description |
|---|---|---|
| employeeCostType | String | |
| projectCostType | String |
TimeEntryLineComputeProjectEmployeeLaborRateParameters_Input
| Query | Type | Description |
|---|---|---|
| employee | String | |
| date | Date | |
| unit | String | |
| currency | String | |
| rateType | ExchangeRateType_EnumInput | |
| projectCostType | String | |
| employeeCostType | String |
TimeEntryLineComputeProjectEmployeeLaborRateReturn
| Query | Type | Description |
|---|---|---|
| projectLaborRate | Decimal | |
| employeeLaborRate | Decimal | |
| message | String |
TimeEntryLineComputeUnitOfMeasureParameters_Input
| Query | Type | Description |
|---|---|---|
| project | String | |
| task | String | |
| operation | IntOrString | |
| employee | String | |
| timeCategory | String | |
| costType | String |
TimeEntryLineComputeUnitOfMeasureReturn
| Query | Type | Description |
|---|---|---|
| unit | String |