API Docs / Schemas / TimeWipRowDto

TimeWipRowDto

One group's row on the WIP Value report: a client, client service or team member

Properties

Name Type Description
groupCodestring

The group's code; null for the "No client" / "No service" row

The group's code; null for the "No client" / "No service" row

groupNamestring

The group's display name

The group's display name

clientCodeAndNameDto
billableValuenumber

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

settledValuenumber

WIP settled across the group's allocations, billed or written off

WIP settled across the group's allocations, billed or written off

billedAmountnumber

What clients were charged across the group's time allocations

What clients were charged across the group's time allocations

billedOnAccountnumber

Billed on lines attributed to the group's service(s) that carry no time: fixed fees,
on-account and progress bills. Null for the User grouping.

Billed on lines attributed to the group's service(s) that carry no time: fixed fees,
on-account and progress bills. Null for the User grouping.

writtenOffAmountnumber

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)

recoveryRatenumber

Everything billed (time allocations plus on-account lines) as a share of the billable value,
as a percentage; null when there is no billable value

Everything billed (time allocations plus on-account lines) as a share of the billable value,
as a percentage; null when there is no billable value

openWipnumber

WIP still open

WIP still open

openEntryCountinteger

Billable entries with WIP still open

Billable entries with WIP still open

unratedEntryCountinteger

Billable entries with no rate

Billable entries with no rate

oldestAgeDaysinteger

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

open0To30number

Open WIP on entries worked within the last 30 days

Open WIP on entries worked within the last 30 days

open31To60number

Open WIP on entries worked 31 to 60 days ago

Open WIP on entries worked 31 to 60 days ago

open61To90number

Open WIP on entries worked 61 to 90 days ago

Open WIP on entries worked 61 to 90 days ago

openOver90number

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
}

Contained in Schemas