Responsable RH
Offre d&39;emploi Previous Next // Initialize tooltip component $(function () { $(&39;[datatoggle="tooltip"]&3
Offre d'emploi Previous Next // Initialize tooltip component $(function () { $('[data-toggle="tooltip"]').tooltip() })
// Initialize popover component $(function () { $('[data-toggle="popover"]').popover() }) .carousel-control .icon-prev { margin-left: -65px !important;
} .carousel-control .icon-next { margin-right: -65px !important; }
.carousel-control.left { background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%); background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%); background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.0001))); background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='# [Click the Apply button below to see the contact details] ', endColorstr='# [Click the Apply button below to see the contact details] ', GradientType=1); background-repeat: repeat-x; }
.carousel-control.right { right: 0; left: auto; background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%); background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%); background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.0001))); background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='# [Click the Apply button below to see the contact details] ', endColorstr='# [Click the Apply button below to see the contact details] ', GradientType=1); background-repeat: repeat-x; } Responsable RH & Économat function verif_post(forms)
{
if (forms.code.value=="")
{
alert('Merci de saisir le code avant de valider cette opération ');
forms.code.focus();
return false ;
}else return true ;
} Référence 162108 Localisation Dakar / Sénégal Expiration 18 Juin 2026 Offre visitée 173 fois Catégories Ressources Humaines, Form... Organisation non gouverne... $('.plustag').click(function() { $('.tagcompt').removeClass("hide").addClass("show"); $('.plustag').hide(); }); . Description de l'offre
Ressources Humaines
Élaborer et mettre en œuvre la politique RH du restaurant (recrutement, formation, gestion des carrières) selon les directives de la direction générale.
Superviser le planning du personnel (cuisine, salle, bar, plonge) en collaboration avec les chefs de services (Chef de cuisine, chef de salle, chef de bar).
Assurer le suivi administratif : contrats, paie, congés, discipline, conformité avec la convention collective CHR en collaboration avec la comptabilité (Cabinet comptable).
Mettre en place des procédures d’intégration et de suivi des performances.
Garantir le respect des normes sociales et légales (inspection du travail, sécurité, hygiène). Économat
Gérer les achats et l’approvisionnement en matières premières et consommables sur réquisitions des chefs de services.
Négocier avec les fournisseurs, contrôler les livraisons et la qualité des produits.
Superviser la gestion des stocks (entrées/sorties, inventaires, rotation) en collaboration avec les chefs de services.
Optimiser les coûts et assurer la traçabilité des matières.
Collaborer avec les chefs pour anticiper les besoins de production.
Reporting mensuels et suivi des ratios. Responsabilités clés
Assurer la fiabilité des données RH et économiques pour le reporting.
Contrôler les ratios de consommation et proposer des actions correctives.
Participer aux réunions de direction et contribuer à la stratégie globale.
Être garant de la transparence et de la rigueur dans la gestion des ressources humaines et matérielles.
Formation supérieure en Gestion des Ressources Humaines, Administration ou Management hôtelier/restauration.
Expérience confirmée en RH et gestion d’économat (minimum 3 ans).
Connaissance de la convention collective CHR au Sénégal.
Maîtrise des outils bureautiques (Excel, Power Query, Progiciel de gestion).
Sens de l’organisation, rigueur, capacité d’anticipation.
Leadership, diplomatie et excellente communication. // /* $("#container") .attr('unselectable', 'on') .css({ 'user-select': 'none',
'MozUserSelect': 'none' }) .on('selectstart', false) .on('mousedown', false) .bind("contextmenu",false)*/; Pour continuer, connectez-vous Connexion candidat Bienvenue. M erci de vous connecter pour accèder aux services de Senjob. coordinateur-des-opérations-techniques-sportives--tech-ops--–-sbw-–-wpk-h-f_e_162127.html Login ou Email Password ----- OU CONNECTEZ-VOUS AVEC ----- var googleUser = {}; var startApp = function() { gapi.load('auth2', function(){ // Retrieve the singleton for the GoogleAuth library and set up the client. auth2 = gapi.auth2.init({ client_id: ' [Click the Apply button below to see the contact details] -sjpeehganfkskobq61gd6l55ved9je0b.apps.googleusercontent.com', cookiepolicy: 'single_host_origin', // Request scopes in addition to 'profile' and 'email' //scope: 'additional_scope'
});
attachSignin(document.getElementById('customBtn'));
});
};
function attachSignin(element) { console.log(element.id); auth2.attachClickHandler(element, {}, function(googleUser) { //document.getElementById('name').innerText = "Signed in: " + // googleUser.getBasicProfile().getName(); // alert( googleUser.getBasicProfile().getName()); var profile = googleUser.getBasicProfile();
$("#Prenom").val(profile.getGivenName());
$("#Nom").val(profile.getFamilyName());
$("#mailgg").val(profile.getEmail());
$( "#ConnexionGG" ).submit();
// Assign handlers immediately after making the request,
// and remember the jqxhr object for this request
/*var jqxhr = $.post( "register_gg.php", {NomComplet: ""+profile.getName()+"", Prenom: ""+profile.getGivenName()+"", Nom: ""+profile.getFamilyName()+"", Email: ""+profile.getEmail()+"" }, function(data) {
alert( "success" );
alert(data);
document.getElementById('name').innerText = "Signed in: " + data;
})
.done(function() {
alert( "second success" );
})
.fail(function() {
alert( "error : de connexion, merci de ressayer ulterieurement" );
})
.always(function() {
alert( "finished" );
});
// Perform other work here ...
// Set another completion function for the request above
jqxhr.always(function() {
alert( "second finished" );
});*/
}, function(error) { alert(JSON.stringify(error, undefined, 2));
});
} #customBtn { display: inline-block; /background: #4285f4;/ color: #FFF; width: 50px; /border-radius: 5px; border: thin solid #888; box-shadow: 1px 1px 1px grey;/ white-space: nowrap; } #customBtn:hover { cursor: pointer; } span.label {
[Click the Apply button below to see the contact details]
Never pay money to get an interview. Taf4All will never contact you to request application fees.
Offre d&39;emploi Previous Next // Initialize tooltip component $(function () { $(&39;[datatoggle="tooltip"]&3
Responsable énergie chez Recruteur à Sénégal.
Responsable QHSE chez Recruteur à Sénégal.
Responsable Projet à Sénégal — Définir les objectifs et la feuille de route de l'entité sous votre responsabilité.