Staff presence

Version:
0.2.2

Παρουσία προσωπικού

Αφορά την εφαρμογή που διαχειρίζονται παρουσία υπαλλήλων - προσωπικού.

Schema

{
  "id_transactor": {
      "type": "string",
      "required": true,
  },
  "check_out": {
      "type": "datetime",
  },
  "coordinates_check_in": {
      "type": "string",
  },
  "coordinates_check_out": {
      "type": "string",
  },
  "notes": {
      "type": "string",
      "default": "",
  },
  "role": {
      "type": "list",
      "allowed": ["admin", "foreman", "employee"],
  },
}

Actions