Every project in Ruddr can be assigned a project type. Reports can then be filtered by project type to analyze performance by type.
Example
{
"id": "0ecf3497-9231-40b8-91a7-52d3ce0515e2",
"name": "Professional Services",
"isActive": true,
"createdAt": "2024-02-09T13:56:51.649Z",
"invoiceItem": {
"id": "72761804-b01e-4c8f-8352-2fcde43261a8",
"name": "Service"
}
}
Attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the project type. |
isActive | boolean | A flag to indicate if the location is active in the system. |
createdAt | timestamp | The timestamp when the object was created. |
invoiceItem | object | A simple object to the related invoice item. See attributes . |
Invoice Item attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the invoice item. |