GroupResponseDto
Type Alias: GroupResponseDto
[object Object]
Defined in: app/api/types.gen.ts:648
Represents the response DTO for a group, containing all relevant information about the group, including its properties and any associated data. The GroupResponseDTO is used to transfer comprehensive group data from the server to the client when retrieving group information, allowing for a complete representation of the group's details in the response payload. The GroupResponseDTO can include properties such as the group's unique identifier, name, active status, type, and any associated group picture information, providing a comprehensive view of the group data for the client application.
Properties
active
[object Object]
Defined in: app/api/types.gen.ts:660
Status of the group. Inactive groups are hidden from administrative views to prevent clutter, but are preserved in the database for historical records and statistics (e.g., the Almanac).
costUnitId?
optionalcostUnitId?:string|null
Defined in: app/api/types.gen.ts:669
The default cost center for the group, used for financial transactions.
glAccountId?
optionalglAccountId?:string|null
Defined in: app/api/types.gen.ts:665
The default GL account for the group, used for financial transactions.
groupPicturePath?
optionalgroupPicturePath?:string|null
Defined in: app/api/types.gen.ts:673
The path where the picture for the group is stored, if any.
id
[object Object]
Defined in: app/api/types.gen.ts:652
The unique identifier of a Group, assigned incrementally.
name
[object Object]
Defined in: app/api/types.gen.ts:656
The name of the Group.
type
[object Object]
Defined in: app/api/types.gen.ts:661