Leider ist diese Job-Anzeige nicht mehr aktiv

Junior Einkäufer (m/w/d) (in Vollzeit) in Vaterstetten

4 - 40 Stunden pro Woche

Jobbeschreibung

Junior Einkäufer (m/w/d) (in Vollzeit) html { min-height: 100%; -webkit-text-size-adjust: none; box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } .containerIA * { margin: 0; padding: 0; } body { background-color: white; margin: 0; padding: 0; } .containerIA { background-color: #fafafa; margin: 40px auto; max-width: 900px; font-size: 1em; line-height: 1.4; /* best solution is to set line-height without any unit */ /* it's a relative value, growing relatively according the font-size - in opposition to px or em */ font-family: 'Lato', Arial, Helvetica, sans-serif; font-weight: 400; color: #333; text-shadow: none; } .containerIA img { border: 0; display: block; width: 100%; height: auto; } .containerIA h1 { font-size: 2.3em; font-weight: 600; /* If used Arial as font then there is an issue in IE without setting font-weight: 700. IE then renders arial in h1 like with font-weight:900 */ line-height: 1.3; margin: 0; } .containerIA h2 { margin: 0 0 10px; font-size: 1.3em; font-weight: 600; line-height: 1.3em; } .containerIA p { margin-bottom: 1em; } .containerIA ul { margin: 0; } .containerIA ul li { list-style-type: none; position: relative; left: 1.5em; margin-right: 1.5em; /* same amount as for the "left" rule */ margin-bottom: 0.4em; } .containerIA ul li:before { content: "\02010";/* ❖ * ● ■ ◆ ❖ » ▸ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ */ position: absolute; left: -1.1em; top: -4px; font-size: 1.4em; color: #008ad2; } .containerIA ul li ul li:before { content: "\0002E"/* ❖ * ● ■ ◆ ❖ » ▸ ► ➤ ➢ ➧ ➭ ➽ ➲ 》➠ ◢ ◥ */; position: absolute; left: -1.2em; top: -9px; color: inherit; } .containerIA ul li:nth-last-of-type(1) { margin-bottom: 0; } .containerIA a { color: inherit; font-weight: inherit; text-decoration: none; white-space: nowrap; } .containerIA a:hover { text-decoration: none; color: #008ad2; } .containerIA a[href^="tel"] { } .containerIA a[href^="mailto"] { } /*---- below: header ----*/ .containerIA .header { display: flex; flex-direction: column; margin: 0; padding: 5% 0 5%; background-color: black; } .containerIA .logo { max-width: 160px; align-self: center; margin: 0; } .containerIA .logo a { display: block; } .containerIA .introText, .containerIA .title, .containerIA .content .flex-row, .containerIA .content .flex-column, .containerIA footer { padding: 3em 5%; } .containerIA .introText { background-color: black; color: white; } .containerIA .title { text-align: center; background-color: #50b8e3; color: white; } /*---- below: content ----*/ .containerIA .content { /* padding: 0 5%;*/ } .containerIA .content .flex-column:last-child { border: 3px solid blue; margin-bottom: 0; } .containerIA .content .flex-row:last-child { border: 3px solid orange; margin-bottom: 0; } .containerIA .flex-column div:last-child, .containerIA .flex-column ul:last-child, .containerIA .flex-column p:last-child, .containerIA .content p:last-child, .containerIA .introText p:last-child { margin-bottom: 0; } .last-sentence { text-align: center; background-color: #50b8e3; color: white; } /*---- below: flex columns & layout ----*/ .containerIA .flex-container { display: flex; flex-direction: column; justify-content: space-between; } .containerIA .flex-column { flex-direction: column; margin-bottom: 0; } .containerIA .flex-row { display: flex; justify-content: space-between; } /*-- below: box and --*/ .containerIA .box { margin: 0 0 4em; padding: 0 5%; } .containerIA .picture { margin: 0 0 1em; flex-shrink: 0; } /*---- footer ----*/ .containerIA footer { display: flex; justify-content: center; background-color: black; color: white; } .containerIA footer .box { margin: 0 !important; } .containerIA footer .logo-footer { width: 25%; } /*---- other ----*/ .containerIA .nobr, .containerIA .nowrap { white-space: nowrap; } .containerIA .cf::before, .containerIA .cf::after { content: " "; display: table; } .containerIA .cf::after { clear: both; } .containerIA address { font-style: inherit; } /*----++++ OTHERS CLASSES ++++----*/ /*----++++ modifier ++++----*/ .box--32 { width: 32%; } .box--48 { width: 48%; } /*----++++================++++----*/ /*----++++ MEDIA QUERIES ++++----*/ /*---- fix for allowing IE to accept some properties like max-width ----*/ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .containerIA img { height: auto; } } /*---- max-width: 790px ----*/ @media (max-width: 790px), print { .containerIA { -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; hyphens: auto; margin: auto; } .containerIA .mobile-hidden { display: none; } } /*---- max-width: 700px ----*/ @media (max-width: 700px), print { .containerIA .logo { } .containerIA h1 { font-size: 1.7em; } .containerIA h2 { font-size: 1.2em; font-weight: 500; } .containerIA .box { width: 100%; } .containerIA .flex-row { flex-direction: column; } .containerIA .faces .box:nth-last-of-type(1) { margin: 0; } .containerIA .faces .box img { width: 50%; height: auto; } .containerIA .job-details .box { width: 100%; margin: 0 0 3em; } .containerIA .flex-row .box:nth-last-of-type(1), .containerIA .flex-column .box:nth-last-of-type(1) { margin: 0; } .containerIA .last-sentence-bottom-page .last-sentence { max-width: 90%; } .containerIA footer { flex-direction: column; text-align: center; justify-content: center; align-items: center; } .containerIA footer .box { } .containerIA footer .logo-footer { width: 45%; margin: 1em 0 3em !important; } .containerIA footer .columnFlex.social-icons { justify-content: center; } .containerIA footer .social-icons { justify-content: center; margin: 2em 0 0 !important; } } /*---- max-width: 500px ----*/ @media (max-width: 500px), print { .containerIA .logo { } .containerIA .header { } .containerIA h1 { line-height: inherit; } .containerIA ul { margin-bottom: 0 !important; } } /*---- max-width: 360px ----*/ @media screen and (max-width:360px) { } In der professionellen Audio- und Video-Welt steht der Name KLOTZ seit 1979 für Kabelprodukte in höchster Qualität. Weltweit schätzen unsere Kunden das große Produktprogramm von mehr als 6.500 Artikeln, sowie unsere KLOTZ-Manufaktur für kundenspezifische Sonderanfertigungen. Vom kleinen Einzelhändler bis hin zum Megastore ist KLOTZ AIS im Musikalienfachhandel international präsent. Der Amateurmusiker, wie auch internationale Top-Stars vertrauen täglich auf hochwertige Produkte der Marke KLOTZ. Mit unserem Team von ca. 90 Mitarbeitern sorgen wir dafür, dass unsere Partner sich auf eine hohe Fertigungsqualität unserer Produkte verlassen können. Für unseren Verwaltungsstandort in Vaterstetten bei München suchen wir zur Verstärkung unseres Teams zum nächstmöglichen Termin einen Junior Einkäufer (m/w/d) (in Vollzeit) Einsatzgebiet : Einkauf Standort KLOTZ AIS GmbH, Vaterstetten Vertragsart: unbefristet Wochenarbeitszeit: 40 Std. Ihre Aufgaben: Disposition Gesamte Bestellabwicklung Prüfung der Materialverfügbarkeit Enge Zusammenarbeit mit der Arbeitsvorbereitung Terminüberwachung Rechnungsprüfung Artikel- / Lieferantenstammdatenpflege Elektronische Archivierung Ihr Profil: Abgeschlossene kaufmännische Berufsausbildung Deutschkenntnisse, Englischkenntnisse in Wort und Schrift Gute EDV-Kenntnisse (MS-Office) Teamfähigkeit Ergebnisorientierte und selbstständige Arbeitsweise Wir bieten: Arbeitgeberfinanzierte Betriebliche Altersvorsorge Fahrgeldzuschuss Kostenfreie Parkplätze Sorgfältige Einarbeitung Unbefristetes Arbeitsverhältnis Wenn wir Ihr Interesse geweckt haben, freuen wir uns auf Ihre Bewerbung! Bitte senden Sie Ihre vollständigen Bewerbungsunterlagen unter Angabe Ihrer Gehaltsvorstellungen per E-mail an KLOTZ AIS GmbH Johann-Sebastian-Bach-Str. 36 85591 Vaterstetten/München personal@klotz-ais.com www.klotz-ais.com

Extra Informationen

Status
Inaktiv
Ausbildungsniveau
Andere
Standort
Vaterstetten
Arbeitsstunden pro Woche
4 - 40
Jobart
Teilzeitjob
Tätigkeitsbereich
Transport / Logistik / Fahrer / Kurier
Führerschein erforderlich?
Nein
Auto erforderlich?
Nein
Motivationsschreiben erforderlich?
Nein
Sprachkenntnisse
Deutsch

Fahrer Stellenangebote | Teilzeitjob | Andere