WriteOffSummaryDto
Headline aggregates for the Write-off Analysis report
Properties
| Name | Type | Description |
|---|---|---|
| settledValue | number | WIP settled by allocations recorded in the window, billed or written off |
WIP settled by allocations recorded in the window, billed or written off | ||
| billedAmount | number | What clients were charged for that WIP on Sodium's billing lines |
What clients were charged for that WIP on Sodium's billing lines | ||
| writtenOffAmount | number | Time given away: the positive differences between settled and billed, summed |
Time given away: the positive differences between settled and billed, summed | ||
| writtenOnAmount | number | Fees above the time behind them: the negative differences, summed as a positive number |
Fees above the time behind them: the negative differences, summed as a positive number | ||
| netWriteOffAmount | number | Written off minus written on |
Written off minus written on | ||
| recoveryRate | number | Billed as a share of settled WIP, as a percentage; null when nothing was settled |
Billed as a share of settled WIP, as a percentage; null when nothing was settled | ||
| adjustedAllocationCount | integer | Allocations with a non-zero difference |
Allocations with a non-zero difference | ||
| adjustedEntryCount | integer | Distinct time entries touched by an adjusted allocation |
Distinct time entries touched by an adjusted allocation | ||
| groupCount | integer | Number of rows (groups) in the report |
Number of rows (groups) in the report | ||
| startDate | string | The window the report covers (inclusive) |
The window the report covers (inclusive) | ||
| endDate | string | The window end the report covers (inclusive) |
The window end the report covers (inclusive) | ||
JSON Example
{
"settledValue": 0,
"billedAmount": 0,
"writtenOffAmount": 0,
"writtenOnAmount": 0,
"netWriteOffAmount": 0
}