Zum Inhalt springen

Export Productivity Planning

FeldDatentypNicht NULLBemerkung
firstnameNVARCHAR(50)Vorname
lastnameNVARCHAR(50)Nachname
personnel_numberVARCHAR(32)Personalnummer
usr_external_idVARCHAR(32)Externe ID: identifiziert den User
usr_external_id2VARCHAR(32)Zweite externe ID: Zusätzliche Identifikation, rein informativ
gidVARCHAR(32)GID: Globale Identität
org_external_idVARCHAR(8)Organisation
org_acronymVARCHAR(72)Organisationskürzel
cc_external_idVARCHAR(12)Kostenstelle
coco_external_idVARCHAR(8)Externe ID des Company Codes Entlastungskostenstelle des Users
interface_codeINTSchnittstellen-Code aus Zusatzdaten
prod_dateDATEDatum der Produktivität
prod_minutesINTProduktivitätsminuten Eingegebene Minuten ohne berücksichtigung des performance Faktors
performance_factorNUMERIC(4, 2)Leistungsfaktor aus Userprofile
minutes_x_performanceINTMinuten multipliziert mit Leistungsfaktor
ord_external_idVARCHAR(24)Auftrags-ID
ord_external_typVARCHAR(1)Auftragstyp
ord_numberVARCHAR(20)Auftragsnummer
ord_structureVARCHAR(20)Auftragsstruktur
ord_descriptionVARCHAR(255)Auftragsbeschreibung
cc_booked_external_idVARCHAR(12)Belastungskostenstelle der Produktivität (cc_external_id von prd_cc_id)
cc_discharge_external_idVARCHAR(12)Entlastungskostenstelle der Produktivität (cc_external_id von prd_discharge_cc_id)
act_external_idVARCHAR(8)Aktivitäts-ID
prod_commentVARCHAR(255)Kommentar
prd_external_idVARCHAR(32)Produkt-ID
approved_timestampDATETIMEZeitpunkt der Bewilligung
booking_timestampDATETIMEZeitpunkt der Verbuchung
error_codeINTFehlercode
productivity_uuidVARCHAR(49)UUID der Produktivität
wp_external_idVARCHAR(32)Arbeitsprofil

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

exp:
- api: "productivity_planning"
variant: "standard"
downloads:
- api: "productivity_planning"
table:
name: "e_productivity_planning"
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: "interface_code"
db: "interface_code"
type: "integer"
- 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: "ord_external_id"
db: "ord_external_id"
type: "string"
- api: "ord_external_typ"
db: "ord_external_typ"
type: "string"
- api: "ord_number"
db: "ord_number"
type: "string"
- api: "ord_structure"
db: "ord_structure"
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: "minutes_x_performance"
db: "minutes_x_performance"
type: "integer"
- api: "error_code"
db: "error_code"
type: "integer"
- api: "productivity_uuid"
db: "productivity_uuid"
type: "string"
- api: "wp_external_id"
db: "wp_external_id"
type: "string"