Chef de secteur / Clermont H/F
Description du poste
Rattaché(e) au Chef des ventes Régional, vous avez pour mission de : Développer la présence et la visibilité de nos produits : DN, DV, PDL Développer le secteur Vous assurer de la disponibilité des assortiments Effectuer des recommandations merchandising en point de vente Négocier la mise en œuvre des opérations promotionnelles Assurer une veille de la concurrence Etre à l’écoute de vos client 03/15/18/19/23/36/43/58/63/71 tout ou partie. 89 Magasins à Fort Potentiel + 37 Drive Salaire selon profil : 30k/33ke€ + 6000 de variable Votre profil De formation commerciale, type école de commerce, vous disposez d’une première expérience (y compris stages ou alternance) en tant que Chef de Secteur et avez un attrait pour la grande consommation. Ce poste pourra déboucher ensuite sur des fonctions Marketing Produit, Trade Marketing ou commerciales siège (CATMAN…). Vous êtes doté(e) d’une fibre commerciale, avez un goût prononcé pour les chiffres et le challenge ; votre aisance relationnelle, écoute active, organisation, rigueur, autonomie, proactivité, capacité de pédagogie avec le client et sens du travail en équipe ne sont plus à prouver ? », »salaryCurrency »: « EUR », »qualifications »: « De formation commerciale, type école de commerce, vous disposez d’une première expérience (y compris stages ou alternance) en tant que Chef de Secteur et avez un attrait pour la grande consommation. Ce poste pourra déboucher ensuite sur des fonctions Marketing Produit, Trade Marketing ou commerciales siège (CATMAN…). Vous êtes doté(e) d’une fibre commerciale, avez un goût prononcé pour les chiffres et le challenge ; votre aisance relationnelle, écoute active, organisation, rigueur, autonomie, proactivité, capacité de pédagogie avec le client et sens du travail en équipe ne sont plus à prouver ? »} $(‘.cv’).on(‘click’, function(e) { e.preventDefault(); resume_file_id = $(this).attr(‘data-resume-file-id’); $(‘.js-resume-file-id’).remove(); $(this).after(‘ ‘); $(‘.cv’).not(this).removeClass(‘selected’); $(this).toggleClass(‘selected’); $(‘.filestyle’).filestyle(‘clear’) $(‘.filestyle’).parent().parent().next().find(‘.filename’).text(‘Aucun fichier sélec.’); $(‘.remote-resume-url’).val( »); if (!$(‘.cv.selected’).length) { $(‘.js-resume-file-id’).remove(); } }); // GOOGLE DRIVE // The Browser API key obtained from the Google API Console. // Replace with your own Browser API key, or your own key. var developerKey = « AIzaSyCf3NogHPe7waDO4Qh7uc1pASTt_nxftM0 »; // The Client ID obtained from the Google API Console. Replace with your own Client ID. var clientId = « 28206292540-p51vc4ahevr0r2li0khos9a8ifp4s0o4.apps.googleusercontent.com »; // Replace with your own project number from console.developers.google.com. // See « Project number » under « IAM & Admin » > « Settings » var appId = « gR4D4f3VCzWTUIZUVlfMkViq »; // Scope to use to access user’s Drive items. var scope = [‘https://www.googleapis.com/auth/drive’]; var pickerApiLoaded = false; var oauthToken; var googleDriveResumeBtn; var dropboxResumeBtn; var inputToEmpty; var dropboxInput; var googleDriveInput; var dropboxAcceptedFiles; var googleDriveAcceptedFiles; var remoteFileNameSelector = « .filename-browser » var remoteFileSizeSelector = « #offer_apply_remote_file_size » var remoteFileBlobSelector = « .file.optional.dropzone » // Use the Google API Loader script to load the google.picker script. function loadResumePicker() { if ($(‘.picker-dialog-frame’).get(0) == undefined) gapi.load(‘auth’, {‘callback’: onAuthResumeApiLoad}); gapi.load(‘picker’, {‘callback’: onResumePickerApiLoad}); } function onAuthResumeApiLoad() { window.gapi.auth.authorize( { ‘client_id’: clientId, ‘scope’: scope, ‘immediate’: false }, handleResumeAuthResult); } function onResumePickerApiLoad() { pickerApiLoaded = true; createResumePicker(); } function handleResumeAuthResult(authResult) { if (authResult && !authResult.error) { oauthToken = authResult.access_token; createResumePicker(); } } // Create and render a Picker object for searching images. function createResumePicker() { if (pickerApiLoaded && oauthToken && $(‘.picker-dialog-frame’).get(0) == undefined) { var view = new google.picker.View(google.picker.ViewId.DOCS); view.setMimeTypes(googleDriveAcceptedFiles.join(‘,’)); picker = new google.picker.PickerBuilder() .enableFeature(google.picker.Feature.NAV_HIDDEN) .disableFeature(google.picker.Feature.MULTISELECT_ENABLED) .setAppId(appId) .setOAuthToken(oauthToken) .addView(view) .addView(new google.picker.DocsUploadView()) .setDeveloperKey(developerKey) .setCallback(resumePickerCallback) .build(); picker.setVisible(true); } else if (pickerApiLoaded && oauthToken) { picker.setVisible(true); } } // A simple callback implementation. function resumePickerCallback(data) { if (data.action == google.picker.Action.PICKED) { var fileId = data.docs[0].id; var fileSize = data.docs[0].sizeBytes; // console.log(fileSize) var downloadUrl = ‘https://www.googleapis.com/drive/v3/files/’ + fileId +’?alt=media&access_token=’ + oauthToken; inputToEmpty.filestyle(‘clear’); $(‘.filename’).text(‘Aucun fichier sélec.’); $(remoteFileNameSelector).text(‘Aucun fichier sélec.’); $(remoteFileBlobSelector).val(« ») $(remoteFileSizeSelector).val(fileSize) googleDriveInput.val(downloadUrl); $(‘.filename’).text(data.docs[0].name); $(‘.cv’).removeClass(‘selected’); $(‘.js-resume-file-id’).remove(); } } $(document).on(‘click’, ‘.google-drive:not(#google_drive_picture_btn)’, function (e) { e.preventDefault(); inputToEmpty = $(this).parent().parent().parent().prev().find(‘.filestyle’); dropboxResumeBtn = $(this).parent().parent().parent().find(‘.dropbox’); googleDriveResumeBtn = $(this); googleDriveAcceptedFiles = [« image/jpeg », « image/gif », « image/png », « application/pdf », « application/msword », « application/vnd.openxmlformats-officedocument.wordprocessingml.document », « application/vnd.ms-powerpointtd », »application/vnd.openxmlformats-officedocument.presentationml.presentation », « application/vnd.oasis.opendocument.text »] googleDriveInput = $(this).parent().find(‘.remote-resume-url’); loadResumePicker(); }); // DROPBOX var dropbox_app_key = « ekjwymjq7kqk8xp »; dropboxResumeOptions = { // Required. Called when a user selects an item in the Chooser. success: function(files) { var fileSize = files[0].bytes $(‘.filename’).text(‘Aucun fichier sélec.’); inputToEmpty.filestyle(‘clear’); $(‘.filename’).text(‘Aucun fichier sélec.’); // console.log(fileSize) $(remoteFileSizeSelector).val(fileSize) dropboxInput.val(files[0].link) $(‘.filename’).text(files[0].name); $(‘.cv’).removeClass(‘selected’); $(‘.js-resume-file-id’).remove(); }, // Optional. Called when the user closes the dialog without selecting a file // and does not include any parameters. cancel: function() { }, // Optional. « preview » (default) is a preview link to the document for sharing, // « direct » is an expiring link to download the contents of the file. For more // information about link types, see Link types below. linkType: « direct », // or « direct » // Optional. A value of false (default) limits selection to a single file, while // true enables multiple file selection. multiselect: false, // or false // Optional. This is a list of file extensions. If specified, the user will // only be able to select files with these extensions. You may also specify // file types, such as « video » or « images » in the list. For more information, // see File types below. By default, all extensions are allowed. extensions: dropboxAcceptedFiles }; $(document).on(‘click’, ‘.dropbox:not(#dropbox_picture_btn)’, function (e) { e.preventDefault(); inputToEmpty = $(this).parent().parent().parent().prev().find(‘.filestyle’); dropboxResumeBtn = $(this); googleDriveResumeBtn = $(this).parent().parent().parent().find(‘.google-drive’); dropboxInput = $(this).parent().parent().parent().find(‘.remote-resume-url’); dropboxAcceptedFiles = [‘.pdf’, ‘.doc’, ‘.docx’, ‘.jpg’, ‘.png’, ‘.txt’, ‘.gif’, ‘.jpeg’]; Dropbox.choose(dropboxResumeOptions); }); $(document).on(‘change’, ‘.filestyle’, function (e) { $(‘.js-resume-file-id’).remove(); $(‘.cv’).removeClass(‘selected’); $(this).parent().parent().next().find(‘.filename’).text(‘Aucun fichier sélec.’); $(this).parent().parent().next().find(‘.remote-resume-url’).val( »); }); function _joveo_cb () { tarteaucitron.addScript(‘//s3.amazonaws.com/jotrack/02mc/job-apply-start.js’); } document.addEventListener(‘dz-success’, function () { if (tarteaucitron.launch.joveo) { tarteaucitron.addScript(‘//s3.amazonaws.com/jotrack/02mc/job-apply.js’); } var gaScript = document.createElement(‘script’); gaScript.id = « gaScript » gaScript.innerHTML = « window.dataLayer=window.dataLayer||[],dataLayer.push({event:’purchase’,transactionId:’JO-0162206′,transactionTotal:1,transactionProducts:[{sku:’JO-0162206′,name:’Chef de secteur / Clermont H/F’,category:’null’,price:1,quantity:1}]}); »; document.head.appendChild(gaScript); }) $(‘#riminder’).on(‘load’, function() { utm_src = « » ? « » : « Fed » window.dropzone.profile_tags = [ { name: ‘job-key’, value: « 0061n00000ZuUK2AAN » }, { name: ‘job-lien_annonce_site_carriere’, value: « https://www.fedbusiness.fr/offres/chef-de-secteur-clermont-ferrand-h-f » }, { name: ‘profile-country’, value: ‘France’ }, { name: ‘profile-currencycode’, value: ‘EUR’ }, { name: ‘statistic-source’, value: ‘Fed Business’ }, { name: ‘statistic-jbsource’, value: utm_src } ]; // window.dropzone.profile_metadatas = [{ name: ‘metadata1 name’, value: ‘metadata1 value’ }, { name: ‘metadata2 name’, value: ‘metadata2 value’ }, …] }); Fed Business
Votre profil
Informations
Nous contacter