PPM2: select

This commit is contained in:
darthsandmann
2016-12-12 22:20:21 +01:00
parent f0db62320a
commit 1b35f02647
141 changed files with 3986 additions and 1313 deletions

View File

@ -0,0 +1,13 @@
{
"Name": "Angebot IBM 1",
"ZeitraumBis": "01.01.2018",
"id": "23",
"Firmenbetreuer": "Sepp Meine",
"Firma": "IBM",
"Voraussetzungen": "Keine",
"Lehrender": "7",
"Status": "aktuell",
"Beschreibung": "Praxisphasenplatz bei IBM",
"ZeitraumVon": "01.01.2017",
"Student": "9"
}

View File

@ -0,0 +1,13 @@
{
"id": "26",
"ZeitraumVon": "02.02.2019",
"Firma": "Apple",
"Student": "10",
"Beschreibung": "Beschreibung",
"Name": "Name",
"Lehrender": "5",
"Firmenbetreuer": "Firmenbetreuer3",
"Voraussetzungen": "Kein",
"Status": "aktuell",
"ZeitraumBis": "02.02.2020"
}

View File

@ -0,0 +1,13 @@
{
"id": "27",
"Voraussetzungen": "Keine",
"Lehrender": "5",
"Status": "abgeschlossen",
"Firmenbetreuer": "Horst",
"Beschreibung": "Praxisphase Apple",
"ZeitraumVon": "02.02.2002",
"Student": "11",
"Name": "Angebot Apple 2",
"Firma": "Apple",
"ZeitraumBis": "02.02.2003"
}

View File

@ -0,0 +1,13 @@
{
"ZeitraumBis": "",
"Firmenbetreuer": "firmenbetreuer",
"id": "30",
"ZeitraumVon": "",
"Name": "name",
"Beschreibung": "beschreibung",
"Student": "",
"Lehrender": "",
"Status": "Angebot",
"Voraussetzungen": "voraussetzungen",
"Firma": "IBM"
}

View File

@ -0,0 +1 @@
27

View File

@ -0,0 +1,8 @@
{
"id": "4",
"Branche": "IT",
"Sitz": "Cupertino",
"Schwerpunkt": "Informatik",
"Anzahl Mitarbeiter": "110000",
"Name": "Apple"
}

View File

@ -0,0 +1,8 @@
{
"id": "5",
"Branche": "IT",
"Sitz": "Redmond",
"Schwerpunkt": "Informatik",
"Anzahl Mitarbeiter": "114000",
"Name": "Microsoft"
}

View File

@ -0,0 +1,8 @@
{
"id": "6",
"Branche": "IT",
"Sitz": "Armonk",
"Schwerpunkt": "Elektrotechnik",
"Anzahl Mitarbeiter": "377000",
"Name": "IBM"
}

View File

@ -0,0 +1 @@
6

View File

@ -0,0 +1,7 @@
{
"Titel": "Prof",
"id": "5",
"Lehrgebiet": "Informatik",
"Name": "Heiner",
"Vorname": "Theodor"
}

View File

@ -0,0 +1,7 @@
{
"Titel": "Prof Dr",
"id": "6",
"Lehrgebiet": "Elektrotechnik",
"Name": "Anton",
"Vorname": "Emanuel"
}

View File

@ -0,0 +1,7 @@
{
"Titel": "Prof",
"id": "7",
"Lehrgebiet": "Informatik",
"Name": "Adalbert",
"Vorname": "Bastian"
}

View File

@ -0,0 +1,7 @@
{
"Titel": "Dr",
"id": "8",
"Lehrgebiet": "Elektrotechnik",
"Name": "Leberecht",
"Vorname": "Egon"
}

View File

@ -0,0 +1 @@
13

View File

@ -0,0 +1,6 @@
{
"Vorname": "Timo",
"Name": "Ben",
"Matrikelnummer": "3",
"id": "10"
}

View File

@ -0,0 +1,6 @@
{
"Vorname": "Korbinian",
"Name": "Moritz",
"Matrikelnummer": "6",
"id": "11"
}

View File

@ -0,0 +1,6 @@
{
"Vorname": "Alfons",
"Name": "Meine",
"Matrikelnummer": "4",
"id": "12"
}

View File

@ -0,0 +1,6 @@
{
"id": "13",
"Name": "Edmund",
"Vorname": "Adalbert",
"Matrikelnummer": "1"
}

View File

@ -0,0 +1,6 @@
{
"Vorname": "Gregor",
"Name": "Klemens",
"Matrikelnummer": "2",
"id": "9"
}

View File

@ -0,0 +1 @@
14