MD S.p.A. Sarre, Italia Commercio e Grande Distribuzione Organizzata
Condividi tramite link
https://md.intervieweb.it/jobs/vice-store-manager-sarre-530/it/
Copia
Condividi sui social media
Descrizione azienda
MD SPA è un’azienda in forte crescita ed espansione che investe tanto nella formazione e crescita professionale delle risorse interne. MD non soltanto è il luogo dove ciascun cliente può trovare il giusto connubio fra qualità e convenienza, ma anche quello dove ogni dipendente si sente parte di una vera e propria squadra.
Rispetto nei confronti dei collaboratori, coinvolgimento e determinazione nell’ottenimento dei risultati sono le caratteristiche principali dell’ambiente di lavoro in MD, giovane, agile, inclusivo e in continua evoluzione.
Posizione
Ricerchiamo per - un Vice Store Manager, che si occuperà di assistere lo Store Manager nella gestione del punto vendita.
In particolare, affiancherà lo Store Manager nelle operazioni fiscali e contabili, nella gestione degli ordini ,nello scarico, nell'allestimento e nel rifornimento delle merci, nella preparazione delle aree promozionali, nella gestione del personale e nella relazione con la clientela.
Requisiti
Titolo di studio: Diploma
Predecente esperienza lavorativa di almeno 2 anni nella GDO o c/o supermercati come vice responsabili di punto vendita o responsabili di reparto
Disponibilità a lavorare su turni e nei festivi
Patente di guida e mezzo proprio
Altre informazioni
Non verranno prese in considerazione candidature prive dei requisiti richiesti.
La richiesta è rivolta a persone di entrambi i sessi(L.903/77).
Hai già un tuo profilo?
Hai già un tuo profilo? Accedi con il tuo account
Email
Password
Accedi Recupero Password
NON HAI ANCORA UN PROFILO? CARICA IL CV PER REGISTRARTI E INVIARE LA TUA CANDIDATURA
Compila il form di candidatura in un click
Risparmia tempo importando il tuo curriculum! Potrai successivamente compilare e modificare i campi estrapolati
Attenzione
Importando i dati
Clicca qui (o fai drag and drop) per caricare il tuo CV
pdf, doc, docx, odt, txt, rtf, pptx, jpeg, png, jpg, tif, tiff (Max: 2 MB)
pdf, doc, docx, odt, txt, rtf, pptx, jpeg, png, jpg, tif, tiff (Max: 2 MB)"); $("#execute-info-extraction").show(); }); }); ' + file.name + '').removeClass('text-danger'); $('.field-input #trash-remove-cv').show(); $('#fieldCV span.field-input').removeClass('error'); $("#execute-info-extraction").show(); }
'); $('[id^="gd_"]').html(''); $('[id^="db_hidden_"]').html(''); $('[id^="gd_hidden_"]').html(''); $('[id^="db_"], [id^="gd_"], [id^="db_hidden_"], [id^="gd_hidden_"]').append(''); }, 100); $('input[id$="_cap_"]').keypress(function (event) { if (event.which == 13 || event.keyCode == 13) { event.preventDefault(); } }); $("input.number").keypress(function (event) { if (event.which = 48 && event.which "; if (isIframe) { setTimeout(function () { $('.alert-message .alert-message__content').html(messageHTML); $('.alert-message').addClass('show'); $('#submit_button').html(submitTextBackup); runPostMessageIframe(); // Per lanciare il resize dell'iframe if ($('#submit_button').attr('data-clicked') == '1') { runPostMessageJump('#submit_button'); // Scrollo fino al bottone } $('#submit_button').attr('data-clicked', '0'); }, 250); } else { Swal.fire({ title: "Si sono verificati alcuni errori durante il salvataggio!", html: messageHTML, type: "warning", width: '650px' }).then((result) = > { $('#submit_button').html(submitTextBackup); $('html, body').animate({ scrollTop: ($('#registerForm').offset().top - 58) }, 1250); }); } } if (requireErrorFields.length > 0) { console.log('required fields: ', requireErrorFields); } if (formatErrorFields.length > 0) { console.log('format fields: ', formatErrorFields); } if (formValidated && $('#input__completeDatetime').length > 0 && (typeof printSubmitStats == 'function')) { printSubmitStats(); } if (hiddenFileInput && formValidated) { $('#field_fileCV').val(''); } return formValidated; }); $("#candidatoEmailConfirm, #candidatoEmail").change(function () { $('#candidatoEmailConfirm').parent().find('.errorEmail').remove(); if ($('#candidatoEmailConfirm').val() != $("#candidatoEmail").val() && $("#candidatoEmail").val() != '' && $("#candidatoEmailConfirm").val() != '') { $('#candidatoEmailConfirm').parent().append("
Email e Conferma Email non corrispondono"); } }); }); /* * CATEGORY GROUPS */ function addGroup(el, async = true) { let categoryBox = $(el).parents('.category').first(); let IdCategory = $(categoryBox).attr('id'); let IdForm = $('input[name="IdForm"]').val(); let newgroup = parseInt($(categoryBox).attr('maxgroup')); let maxgroup = parseInt($('input[name="maxgroups_' + IdCategory + '"]').val()); $.ajax({ async: async, url: "/app.php?CSRFToken=a5179e027b0891e7&&act1;=addGroup&ajax;=1&CSRFHash;=ebf8c742f607a61d214efebf17dc36e99c107bac5d2a6ba745e0b426a664ed8b", type: 'POST', data: { module: 'register', IdCategory: IdCategory, newgroup: ++newgroup, IdForm: IdForm, newCareer: '1' }, success: function (data) { if (data === 'error') { alert('Error adding Category'); return false; } let newTitle = $(categoryBox).find('h3.categoryTitle').first().clone(); newTitle.find('.catLabel').append(' (' + (newgroup + 1) + ')'); $(categoryBox).find('.catfields').last().after(data); $(categoryBox).find('.catfields').last().prepend(newTitle); $(categoryBox).attr('maxgroup', newgroup); $(categoryBox).find('.groupline').show(); if (typeof window["evaluateConditionalFields_" + IdCategory] == 'function') { window["evaluateConditionalFields_" + IdCategory](newgroup); } $(categoryBox).find('.catfields').find('.deleteButtonBox').hide(); let deleteButtonBox = $(categoryBox).find('.catfields').last().find('.deleteButtonBox'); newTitle.append(deleteButtonBox); deleteButtonBox.show(); if (newgroup + 1 >= maxgroup) { $(el).hide(); } $("input.number").keypress(function (event) { return (event.which = 48 && event.which 0) { $(el).parents('.category').attr('maxgroup', -max_group); $(el).parents('.catfields').remove(); } $(category).find('.catfields').find('.deleteButtonBox').hide(); if (max_group > 0) { $(category).find('.catfields').last().find('.deleteButtonBox').show(); } $("#button_add_" + IdCategory).show(); } function CheckRequiredSkills(el) { const field_autocomplete = $(el).find('.fieldBox.autocomplete'); const requiredSkill = field_autocomplete.find('.term-search .required-skill'); if (requiredSkill.length == 0) { return true; } else { const skill_items = field_autocomplete.find('.terms-container__term'); if (skill_items.length == 0) { field_autocomplete.addClass("error"); field_autocomplete.find('label').addClass('text-danger'); field_autocomplete.find('.search-bar').addClass('border-danger error-box'); return false; } field_autocomplete.removeClass("error"); field_autocomplete.find('label').removeClass('text-danger'); field_autocomplete.find('.search-bar').removeClass('border-danger error-box'); return true; } } function CheckRequiredFields(el) { let valid = true; // check all input with required $("input.field.required", el).each(function () { if ($(this).attr('type') === 'file') { return true; } if ($(this).attr('type-input') === 'date') { return true; } let value = $(this).val(); if (value.trim() === '' || value === undefined) { requireErrorFields.push($(this).attr('id')); valid = false; $(this).parents('div.fieldBox').addClass("error"); $(this).addClass('error-box'); if ($(this).hasClass('geo_group')) { let addressContainer = $(this).parents('.field-input').first(); let addressExt = $(addressContainer).find('input[id^="input_disabled_"]').first(); let addressDetail = $(addressContainer).find('.geo_autocomplete_details').first(); $(addressDetail).slideDown(); $(this).addClass('border-danger'); $(addressExt).addClass('border-danger error-box'); $(addressDetail).addClass('error'); } if ($(this).hasClass('selectmultipleautocomplete')) { $(this).siblings('.autocomplete-search').addClass('error-box'); } } else { if ($(this).hasClass('geo_group') || $(this).parents('div.fieldBox').find('.geo_autocomplete_details').length > 0) { let addressContainer = $(this).parents('.field-input').first(); let addressExt = $(addressContainer).find('input[id^="input_disabled_"]').first(); let addressDetail = $(addressContainer).find('.geo_autocomplete_details').first(); $(this).removeClass('border-danger'); $(addressExt).removeClass('border-danger error-box'); $(addressDetail).removeClass('error'); } else { $(this).parents('div.fieldBox').removeClass("error"); $(this).removeClass("error-box"); } if ($(this).hasClass('selectmultipleautocomplete')) { $(this).siblings('.autocomplete-search').removeClass('error-box'); } } }); // check all textarea with required $("textarea.field.required", el).each(function () { if ($(this).attr('type') == 'file') { return true; } let value = $(this).val(); if (value.trim() === '' || value == undefined) { requireErrorFields.push($(this).attr('id')); valid = false; $(this).parents('div.fieldBox').addClass("error"); $(this).addClass('error-box'); } else { $(this).parents('div.fieldBox').removeClass("error"); $(this).removeClass("error-box"); } }); // check all select with required $("select.field.required").each(function () { if ($(this).val() == '' || $(this).val() == undefined) { requireErrorFields.push($(this).attr('id')); valid = false; $(this).parents('div.fieldBox').addClass("error"); $(this).addClass('error-box'); if ($(this).hasClass('geo_group')) { let addressContainer = $(this).parents('.field-input').eq(0); let addressExt = $(addressContainer).children('input: not([type="hidden"])').eq(0); let addressDetail = $(addressContainer).children('.geo_autocomplete_details'); // open address box $(addressExt).siblings('.geo_autocomplete_details').show() addressExt.addClass('error-box'); } if ($(this).hasClass('selectpicker')) { $(this).siblings('.dropdown-toggle').addClass('error-box'); } } else { if ($(this).hasClass('geo_group') || $(this).parents('div.fieldBox').find('.geo_autocomplete_details').length > 0) { let addressContainer = $(this).parents('.field-input').eq(0); let addressExt = $(addressContainer).children('input: not([type="hidden"])').eq(0); $(this).removeClass("error-box"); addressExt.removeClass('error-box'); if ($(addressContainer).find('.geo_group.error-box').length == 0) { $(this).parents('div.fieldBox').removeClass("error"); } if ($(this).hasClass('selectpicker')) { $(this).siblings('.dropdown-toggle').removeClass('error-box'); } } else { $(this).parents('div.fieldBox').removeClass("error"); $(this).removeClass("error-box"); if ($(this).hasClass('selectpicker')) { $(this).siblings('.dropdown-toggle').removeClass('error-box'); } } } }); // check if the checkboxes are checked $("input.field.required.input_checkbox").each(function () { if ($(this).is(": checked") != true) { requireErrorFields.push($(this).attr('id')); $(this).addClass('error-checkbox'); valid = false; } }); // check all select placeholder if ($(this).hasClass(".placeholder")) { $("select.field.required.placeholder").each(function () { if ($(this).val() == null) { requireErrorFields.push($(this).attr('id')); valid = false; $(this).parents('div.fieldBox').addClass("error"); $(this).parents('div.formbox_item').addClass("error"); $(this).parents('div.formbox').show(); } else { $(this).removeClass("error-box"); $(this).parents('div.fieldBox').removeClass("error"); $(this).parents('div.formbox_item').removeClass("error"); } }); } return valid; } function CheckRequiredDate(el) { let valid = true; $("input.field.required[type-input='date']", el).each(function () { let value = $(this).val(); let uiInput = $(this); if (value.trim() === '' || value == undefined) { if ($(this).attr('type') === 'hidden') { requireErrorFields.push($(this).attr('id')); uiInput = $('#' + $(this).attr('id') + "view"); $(uiInput).val(''); } else { requireErrorFields.push($(this).attr('id')); } valid = false; $(uiInput).parents('div.fieldBox').addClass("error"); $(uiInput).addClass('error-box'); if ($(this).siblings('.input-group-append').length > 0) { $(this).siblings('.input-group-append').addClass('error-box'); } } else { if ($(this).attr('type') === 'hidden') { uiInput = $('#' + $(this).attr('id') + "view"); } $(uiInput).parents('div.fieldBox').removeClass("error"); $(uiInput).removeClass("error-box"); if ($(this).siblings('.input-group-append').length > 0) { $(this).siblings('.input-group-append').removeClass('error-box'); } } }); return valid; } function CheckRequiredFiles(el) { let valid = true; const hiddenFileInput = $('#hiddenFileName').val(); $(el).find("input.required[type='file']").each(function () { if ($(this).attr('id') === 'field_fileCV' && hiddenFileInput) { return true; } if ($(this).val() === '' || $(this).val() === undefined) { requireErrorFields.push($(this).attr('id')); valid = false; $(this).parents('div.fieldBox').addClass("error"); $(this).parents('.field-input').addClass("error"); $(this).addClass('error-box'); } else { $(this).parents('div.fieldBox').removeClass("error"); $(this).parents('.field-input').removeClass("error"); $(this).removeClass("error-box"); } }); return valid; } function CheckRequiredCV(el) { var isCV = false; var found = false; const hiddenFileInput = $('#hiddenFileName').val(); $(el).find(".requiredCV").each(function () { found = true; if ($(this).val() != '' && checkFileSize($(this))) { isCV = true; } }); if (found == false || hiddenFileInput) { /* CV is not required */ return true; } if (!isCV) { requireErrorFields.push($(this).attr('id')); $("#field_fileCV").addClass("error-box"); $("#fieldCV .field-input").addClass('error'); $(".requiredCV").addClass("error-box"); } else { $("#field_fileCV").removeClass("error-box"); $("#fieldCV .field-input").removeClass('error'); $(".requiredCV").removeClass("error-box"); } return isCV; } function CheckRequiredPhoto(el) { var isValid = true; var useLinkedin = $("#hiddenLinkedin").val() == '1'; if (useLinkedin) { return true; } if ($(el).find(".requiredPhoto").length datascadenza) { formatErrorFields.push($(this).attr('id')); $(this).addClass("error-box"); $(this).find('.document_datarilascio').parents('.field-input').first().find('.errorFormat').removeClass("hidden"); $(this).find('.document_datascadenza').parents('.field-input').first().find('.errorFormat').removeClass("hidden"); valid = false; } else { $(this).find('.document_datarilascio').parents('.field-input').first().find('.errorFormat').addClass("hidden"); $(this).find('.document_datascadenza').parents('.field-input').first().find('.errorFormat').addClass("hidden"); } }); return valid; } function CheckPhoneNumber(el) { let valid = true; $('.field.phonenumber, .field.mobilenumber', el).each(function () { if (this.value.trim()) { if (window.intlTelInputGlobals) { const iti = window.intlTelInputGlobals.getInstance(this); if (!iti.isValidNumber()) { valid = false; } else if (this.classList.contains("mobilenumber")) { const numberType = iti.getNumberType(); valid = numberType === intlTelInputUtils.numberType.MOBILE || numberType === intlTelInputUtils.numberType.FIXED_LINE_OR_MOBILE || numberType === intlTelInputUtils.numberType.UNKNOWN; } } if (!valid) { $(this).parents('div.fieldBox').addClass("error"); $(this).addClass('error-box'); } } }); return valid; } function checkDatesUndefined(form) { let dates = $(form).find('[type="hidden"][type-input="date"]'); let result = true; const regex = new RegExp('^(19|20)[0-9]{2}\-(0[0-9]|1[0-2])\-(0[0-9]|1[0-9]|2[0-9]|3[0-1])$|^$'); $(dates).each(function () { val = $(this).val(); exp = regex.test(val); if (!exp) { $("#" + $(this).attr("id") + "view").addClass("error-box"); fieldbox = $(this).closest(".fieldBox"); $(fieldbox).addClass("error"); $(fieldbox).find('label').addClass("label-error"); $("#" + $(this).attr("id") + "view").datepicker("setDate", null); } result = result && exp; }); return result; } function emailCheck(emailStr) { if (!emailStr || emailStr == '') { return false; } var emailPat = /^(.+)@(.+)$/; var specialChars = "\\(\\) >@,;: \\\\\\\"\\.\\[\\]"; var validChars = "[^\\s" + specialChars + "]"; var quotedUser = "(\"[^\"]*\")"; var atom = validChars + "+"; var word = "(" + atom + "|" + quotedUser + ")"; var userPat = new RegExp("^" + word + "(\\." + word + ")*$"); var domainPat = new RegExp("^" + atom + "(\\." + atom + ")*$"); var matchArray = emailStr.match(emailPat); if (matchArray === null) { return -1; } var user = matchArray[1]; var domain = matchArray[2]; var userArray = user.match(userPat); if (userArray === null) { return -2; } var domainArray = domain.match(domainPat); if (domainArray === null) { return -3; } var atomPat = new RegExp(atom, "g"); var domArr = domain.match(atomPat); var len = domArr.length; if (domArr[domArr.length - 1].length 2097152) { $(this).addClass("error-box"); valid = false; } } }); $(".dropboxsize").each(function () { var fsize = parseFloat(this.value); if (!isNaN(fsize) && fsize > 2097152) { $(this).parents('.catfields').find('div.fieldBox').addClass("error"); valid = false; } }); $(".googlesize").each(function () { var fsize = parseFloat(this.value); if (!isNaN(fsize) && fsize > 2097152) { $(this).parents('.catfields').find('div.fieldBox').addClass("error"); valid = false; } }); return valid; }
Torna alla descrizione dell'annuncio
Powered by