| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | 
                         Primary Key  | 
                    globally unique identifier | |
| name | 
                         Name of the hour type group  | 
                    string | 
                                 Required Max length: 255  | 
                
| description | 
                         Description of the hour type group  | 
                    string | 
                                 Max length: 255  | 
                
| is_normal_hour | 
                         Is normal hour (to sum the total working time (normal hour) by week by user).Default=true  | 
                    boolean | |
| code | 
                         Code of the hour type group. Field used for Embedded entity (store there your ERP PK)  | 
                    string | 
                                 Max length: 255  | 
                
| modified_dateutc | 
                         Readonly system field managed by database, filled with GetUtcDate when adding,updating  | 
                    date |