Zum Inhalt springen

Export Productivity Booked

Feld Datentyp Nicht NULL Bemerkung
firstname NVARCHAR(50) Vorname
lastname NVARCHAR(50) Nachname
personnel_number VARCHAR(32) Personalnummer
usr_external_id VARCHAR(32) Externe ID: identifiziert den User
usr_external_id2 VARCHAR(32) Zweite externe ID: Zusätzliche Identifikation, rein informativ
gid VARCHAR(32) GID: Globale Identität
org_external_id VARCHAR(8) Organisation
org_acronym VARCHAR(72) Organisationskürzel
cc_external_id VARCHAR(12) Kostenstelle
coco_external_id VARCHAR(8) Externe ID des Company Codes Entlastungskostenstelle des Users
prod_date DATE Datum der Produktivität
prod_minutes INT Produktivitätsminuten Eingegebene Minuten ohne berücksichtigung des performance Faktors
performance_factor NUMERIC(4, 2) Leistungsfaktor aus Userprofile
minutes_x_performance INT Minuten multipliziert mit Leistungsfaktor
ord_external_id VARCHAR(24) Externe ID des Auftrags
ord_external_typ VARCHAR(1) Typ des Auftrags
ord_description VARCHAR(255) Beschreibung des Auftrags
cc_booked_external_id VARCHAR(12) Belastungskostenstelle der Produktivität (cc_external_id von prd_cc_id)
cc_discharge_external_id VARCHAR(12) Entlastungskostenstelle der Produktivität (cc_external_id von prd_discharge_cc_id)
act_external_id VARCHAR(8) Aktivität
prod_comment VARCHAR(255) Kommentar zur Produktivität
prd_external_id VARCHAR(32) Externe ID der Produktivität
approved_timestamp DATETIME Zeitpunkt der Bewilligung
booking_timestamp DATETIME Zeitpunkt der Verbuchung
interface_code INT Schnittstellen-Code aus Zusatzdaten
ord_number VARCHAR(20) Auftragsnummer
ord_structure VARCHAR(20) Auftragsstruktur
productivity_uuid VARCHAR(40) UUID der Produktivität
wp_external_id VARCHAR(32) Arbeitsprofil

In den folgenden Tabs finden Sie fertige Konfigurationen und Skripte zur Erstellung der erforderlichen Datenstrukturen für verschiedene Technologien.

exp:
- api: "productivity_booked"
variant: "standard"
downloads:
- api: "productivity_booked"
table:
name: "e_productivity_booked"
columns:
- api: "firstname"
db: "firstname"
type: "string"
- api: "lastname"
db: "lastname"
type: "string"
- api: "personnel_number"
db: "personnel_number"
type: "string"
- api: "usr_external_id"
db: "usr_external_id"
type: "string"
- api: "usr_external_id2"
db: "usr_external_id2"
type: "string"
- api: "gid"
db: "gid"
type: "string"
- api: "org_external_id"
db: "org_external_id"
type: "string"
- api: "org_acronym"
db: "org_acronym"
type: "string"
- api: "cc_external_id"
db: "cc_external_id"
type: "string"
- api: "coco_external_id"
db: "coco_external_id"
type: "string"
- api: "prod_date"
db: "prod_date"
type: "date"
- api: "prod_minutes"
db: "prod_minutes"
type: "integer"
- api: "performance_factor"
db: "performance_factor"
type: "string"
- api: "minutes_x_performance"
db: "minutes_x_performance"
type: "integer"
- api: "ord_external_id"
db: "ord_external_id"
type: "string"
- api: "ord_external_typ"
db: "ord_external_typ"
type: "string"
- api: "ord_description"
db: "ord_description"
type: "string"
- api: "cc_booked_external_id"
db: "cc_booked_external_id"
type: "string"
- api: "cc_discharge_external_id"
db: "cc_discharge_external_id"
type: "string"
- api: "act_external_id"
db: "act_external_id"
type: "string"
- api: "prod_comment"
db: "prod_comment"
type: "string"
- api: "prd_external_id"
db: "prd_external_id"
type: "string"
- api: "approved_timestamp"
db: "approved_timestamp"
type: "time"
- api: "booking_timestamp"
db: "booking_timestamp"
type: "time"
- api: "interface_code"
db: "interface_code"
type: "integer"
- api: "ord_number"
db: "ord_number"
type: "string"
- api: "ord_structure"
db: "ord_structure"
type: "string"
- api: "productivity_uuid"
db: "productivity_uuid"
type: "string"
- api: "wp_external_id"
db: "wp_external_id"
type: "string"