Shifts
Employee shift attendance and clocking records
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| EmployeeId | Integer |
Employees.Id | |
| CreatedAt | Datetime | ||
| UpdatedAt | Datetime | ||
| ClockIn | Datetime | ||
| ClockInWithSeconds | Datetime | ||
| ClockOut | Datetime | ||
| CompanyId | Integer | ||
| Date | Date | ||
| HalfDay | String | ||
| InLocationAccuracy | Decimal | ||
| InLocationLatitude | Decimal | ||
| InLocationLongitude | Decimal | ||
| InSource | String | ||
| IsWorkable | Boolean | ||
| LocationType | String | ||
| Minutes | Integer | ||
| Observations | String | ||
| OutLocationAccuracy | Decimal | ||
| OutLocationLatitude | Decimal | ||
| OutLocationLongitude | Decimal | ||
| OutSource | String | ||
| ReferenceDate | Date | ||
| TimeSettingsBreakConfigurationId | Integer | ||
| WorkplaceId | Integer |