TimeWipRowDto
One group's row on the WIP Value report: a client, client service or team member
Properties
| Name | Type | Description |
|---|---|---|
| groupCode | string | The group's code; null for the "No client" / "No service" row |
The group's code; null for the "No client" / "No service" row | ||
| groupName | string | The group's display name |
The group's display name | ||
| client | CodeAndNameDto | |
| billableValue | number | All-time billable value of the group's billable time at the stamped rates |
All-time billable value of the group's billable time at the stamped rates | ||
| settledValue | number | WIP settled across the group's allocations, billed or written off |
WIP settled across the group's allocations, billed or written off | ||
| billedAmount | number | What clients were charged across the group's time allocations |
What clients were charged across the group's time allocations | ||
| billedOnAccount | number | Billed on lines attributed to the group's service(s) that carry no time: fixed fees, |
Billed on lines attributed to the group's service(s) that carry no time: fixed fees, | ||
| writtenOffAmount | number | Settled minus billed on time allocations: time written off (negative is written on) |
Settled minus billed on time allocations: time written off (negative is written on) | ||
| recoveryRate | number | Everything billed (time allocations plus on-account lines) as a share of the billable value, |
Everything billed (time allocations plus on-account lines) as a share of the billable value, | ||
| openWip | number | WIP still open |
WIP still open | ||
| openEntryCount | integer | Billable entries with WIP still open |
Billable entries with WIP still open | ||
| unratedEntryCount | integer | Billable entries with no rate |
Billable entries with no rate | ||
| oldestAgeDays | integer | Days since the oldest entry with open WIP was worked; null when nothing is open |
Days since the oldest entry with open WIP was worked; null when nothing is open | ||
| open0To30 | number | Open WIP on entries worked within the last 30 days |
Open WIP on entries worked within the last 30 days | ||
| open31To60 | number | Open WIP on entries worked 31 to 60 days ago |
Open WIP on entries worked 31 to 60 days ago | ||
| open61To90 | number | Open WIP on entries worked 61 to 90 days ago |
Open WIP on entries worked 61 to 90 days ago | ||
| openOver90 | number | Open WIP on entries worked more than 90 days ago |
Open WIP on entries worked more than 90 days ago | ||
JSON Example
{
"groupCode": "string",
"groupName": "string",
"client": {
"code": "string",
"name": "string"
},
"billableValue": 0,
"settledValue": 0
}