Office hour
The shift record provides a specific database for each record, it is possible to have control of all the hours in which the individual is on site performing a certain function.

| Field | Description | Type | Size | Required |
|---|---|---|---|---|
| ID | Bout identification | Integer | - | Yes |
| Code | Shift code | String | 45 | Yes |
| Descrição | Shift description | String | 50 | Yes |
| Sunday | Day of the week | Boolean | - | No |
| Monday | Day of the week | Boolean | - | No |
| Tuesday | Day of the week | Boolean | - | No |
| Wednesday | Day of the week | Boolean | - | No |
| Thursday | Day of the week | Boolean | - | No |
| Friday | Day of the week | Boolean | - | No |
| Saturday | Day of the week | Boolean | - | No |
| Hour Start | Hour Start Job | DateTime | date_format:H:i | No |
| break time | break time | DateTime | date_format:H:i | No |
| break time end | break time end | DateTime | date_format:H:i | No |
| Hour Finish | Hour Finish Job | DateTime | date_format:H:i | No |
| Status | Enable or Desabled | Boolean | - | Yes |