CDD3 days ago

Assistant Paie et Avantages Sociaux

Confidential Company
Senegal

Job Description

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; } Assistant Paie et Avantages Sociaux 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 161852 Localisation Dakar / Sénégal Expiration 31 Mai 2026 Offre visitée 90 fois Catégories Assistanat, secrétariat, Accueil Organisation non gouvernementale, Association . Description de l'offre We’re looking for a reliable and detail-oriented Payroll & Benefits Assistant with a strong sense of ownership and service. You will support the smooth execution of employee benefits and payroll-related administrative processes, ensuring accuracy, timeliness, and a great employee experience as we scale in Senegal. In this role, you’ll; Benefits Administration

  • Support the management of benefits :
  • Provide day-to-day support to employees on benefits-related questions and requests.
  • Maintain accurate and up-to-date records for all benefits. Payroll Administration Support
  • Prepare and issue domiciliation letters accurately and in a timely manner upon employee request.
  • Track and consolidate monthly allowances (transport, housing, communication, etc.) for validation.
  • Ensure all benefits and allowances data are complete and properly documented before payroll processing. Key details
  • Location: You’ll work from our office in Dakar.
  • Work authorization in Senegal is needed.
  • Fixed-term (6-month CDD contract)
  • Our salaries are competitive and calculated using a transparent formula.
  • We offer generous health insurance for yourself and your dependents.
  • We help you live your fullest life now- we subsidize gym memberships and fitness classes.
  • Airtime reimbursement.
  • Free food and a beautiful office space.
  • We support working parents – we offer generous parental leave policies (26 weeks for mothers and 4 weeks for fathers) and subsidized childcare when you return to work. Requirements
  • 1–3 years of experience in HR administration, payroll, or benefits support.
  • Basic understanding of payroll processes and HR practices.
  • Familiarity with Senegalese labor environment is a plus.
  • Proficiency in Excel or Google Sheets.
  • Strong organizational and administrative skills. You might be a good fit if you:
  • Are highly detail-oriented and organized
  • Communicate clearly and effectively with employees
  • Handle sensitive information with integrity and confidentiality
  • Are proactive and take ownership of your tasks
  • Can manage multiple priorities in a fast-paced environment // /* $("#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. assistant-paie-et-avantages-sociaux_e_161852.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 { font-family: serif;

[Click the Apply button below to see the contact details]

Expert Application Advice

Technical proficiency — Senjob.com expects hands-on mastery of Excel. Don't just list them: describe a concrete project where you used them and the outcome delivered.

Positioning — Your cover letter must answer one question: why YOU for THIS specific role right NOW? Avoid generic templates — one sentence on what you specifically bring beats three generic paragraphs.

Efficiency and discretion — Quantify your added value: correspondence handled weekly, operational budget managed, events organized. Discretion is proven by your references — ensure they're reachable and positive.

🎯 Make your application ATS-ready

ATS (Applicant Tracking Systems) are the software recruiters use to automatically filter CVs before any human reads them. Our CV builder is specifically designed to pass these filters — and it takes under 3 minutes.

Create my ATS CV →
Career advice powered by Taf4All

Ready to apply?

Safety Reminder

Never pay money to get an interview. Taf4All will never contact you to request application fees.

You might also be interested in

T4

Assistant Voyages et Protocoles

Sénégal

Assistant Voyages et Protocoles à Sénégal — Gérer les courriers, appels téléphoniques et l'accueil des visiteurs.

CDI
20 days ago
NO

Assistant (e) SAV

Non preciséSénégal

Assistant (e) SAV chez Non precisé a Sénégal. Consultez les details de l&39;offre sur le site source pour les missions,

CDI
16 days ago
T4

Assistant(e)

Today
Sénégal

Offre d&39;emploi Previous Next // Initialize tooltip component $(function () { $(&39;[datatoggle="tooltip"]&3

CDI
about 16 hours ago