Operations Supervisor
Description du poste
window.notificationMessages = []; Find a Job + + + + Search const TopSearch = {
handleSubmit: function (event) {
event.preventDefault();
event.stopPropagation();
const form = event.target;
const getValue = (name) => {
if (form[name]) {
if (form[name].type) {
if (["select-one", "text", "hidden"].indexOf(form[name].type) > -1) {
return form[name].value;
}
if (["checkbox", "radio"].indexOf(form[name].type) > -1 && form[name].checked) {
return form[name].value;
}
} else if (form[name].length) {
return form[name].value;
}
}
return "";
};
const experienceLevel = getValue("experience[]") || getValue("experience");
const jobFunction = getValue("job_function[]") || getValue("job_function");
const industry = getValue("industry[]") || getValue("industry");
const location = getValue("location[]") || getValue("location");
const workType = getValue("work_type");
const term = getValue("q");
const sortBy = getValue("sort_by");
// If the logged in user is authenticated
// Append authenticated value to make url unique/different to logged out url
// same action is happening in SearchFilterViewComposer
// line 589 in the multiSearchFilterHref function
const authenticated = document.getElementById("authenticated").value;
let toUrl = "";
if (industry.trim() && jobFunction.trim()) {
const segments = [jobFunction, location, workType].filter((x) => x);
toUrl = `${segments.join("/")}?industry=${industry}`;
} else {
const segments = [jobFunction, industry, location, workType].filter((x) => x);
toUrl = segments.join("/");
}
if (experienceLevel) {
toUrl += `${toUrl.indexOf("?") === -1 ? "?" : "&"}experience=${experienceLevel}`;
}
if (term.trim()) {
toUrl += `${toUrl.indexOf("?") === -1 ? "?" : "&"}q=${encodeURI(term.replace(" ", "+"))}`;
}
if (sortBy.trim()) {
toUrl += `${toUrl.indexOf("?") === -1 ? "?" : "&"}sort=${sortBy}`;
}
if (authenticated === "true") {
toUrl += `${toUrl.indexOf("?") === -1 ? "?" : "&"}authenticated=${Date.now()}`;
}
const wholeUrl = `${form.getAttribute("action")}/${toUrl.toLocaleLowerCase()}`;
window.location.assign(wholeUrl.replace(/\/$/, ""));
return false;
},
}; Homepage Management & Business Development Entertainment, Events & Sport Lagos Full Time Operations Supervisor Operations Supervisor Anonymous Employer Management & Business Development 1 month ago Easy apply Lagos Full Time Entertainment, Events & Sport Confidential Share link Share on WhatsApp Share on LinkedIn Share on Facebook Share on Twitter Share via SMS Job summary The Operations Supervisor is responsible for managing daily operational activities, supervising staff, and ensuring that company processes run smoothly and efficiently. This role involves coordinating team members, monitoring performance, and improving operational systems to meet organizational goals. Min Qualification: OND Experience Level: Entry level Experience Length: 2 years Job descriptions & requirements Responsibilities: Supervise and coordinate daily operations and workflow. Manage and support operational staff to achieve performance targets. Monitor productivity and ensure adherence to company policies and procedures. Train, coach, and evaluate employees. Identify operational issues and implement solutions. Maintain operational records and prepare performance reports. Ensure compliance with safety, quality, and regulatory standards. Coordinate with other departments to improve operational efficiency. Manage schedules, shift planning, and task assignments. Ensure customer satisfaction by maintaining service standards. Requirements: Minimum of OND 2 years of experience in operations, logistics, or team supervision. Strong leadership and problem-solving skills. Excellent communication and organizational abilities. Ability to analyze operational data and improve processes. Skills: Leadership and team management Problem solving and decision making Time management Process improvement Communication and interpersonal skills Attention to detail Location: Lagos Log In and Apply Important safety tips Do not make any payment without confirming with the Jobberman Customer Support Team. If you think this advert is not genuine, please report it via the Report Job link below. Report Job Log in to apply now Continue with Google google-icon Continue with Linkedin Or continue with function updateStatus() {
return {
show: true,
showDiv: false,
passwordLength: false,
passwordUpper: false,
passwordLower: false,
passwordNumber: false,
passwordSpecial: false,
strength: 0,
passwordCheck(password) {
this.passwordLower = /[a-z]/.test(password);
this.passwordUpper = /[A-Z]/.test(password);
this.passwordLength = password.length >= 6;
this.passwordNumber = /[0-9]/.test(password);
this.passwordSpecial = /[^a-zA-Z0-9]/.test(password);
this.strength = [this.passwordLower, this.passwordUpper, this.passwordLength, this.passwordNumber, this.passwordSpecial].filter(Boolean).length;
}
};
} Forgot Password? Keep me logged in Log in Don't have an account? Sign Up to Apply Share link Share on WhatsApp Share on LinkedIn Share on Facebook Share on Twitter Share via SMS function bannerAd() {
return {
slot: 'listing-1',
deviceType: 'desktop',
trackImpression() {
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
this.sendToGA('view_promotion', 'impression');
observer.disconnect();
}
});
}, { threshold: 0.5 });
observer.observe(this.$root);
},
trackClick() {
this.sendToGA('select_promotion', 'click');
},
sendToGA(event, action) {
window.ga_push_event(event, {
'action': action,
'category': this.deviceType,
'creative_name': this.slot,
'creative_slot': 'banner',
'promotion_id': this.slot,
});
}
};
} Activate Notifications Stay productive - get the latest updates on Jobs & News Activate Deactivate Notifications Stop receiving the latest updates on Jobs & News Deactivate window.onesignalPlayerIDs = {};
window.emailAlertCount = 0;
window.onesignalMessages = {"default":"This action will pause all job alerts. Are you sure?","one_device":"This action will remove browser notifications from your job alerts.","multiple_devices":"This action will prevent this device from receiving browser notification job alerts."} This action will pause all job alerts. Are you sure? Cancel Proceed Similar jobs Lorem ipsum dolor sit amet consectetur adipiscing elit Lorem ipsum Lorem ipsum dolor (Location) Lorem ipsum Confidential 3 years ago 50) prev();
L'Œil de l'Expert Recrutement (IA)
Résumé de l'offre
Operations Supervisor at Non precisé in Post A Job Post A Job Management & Business Devel. View the details for more information.
Détails clés :
- 💼 Contrat : Non spécifié
- 📍 Localisation : Post A Job Post A Job Management & Business Devel
- 🎓 Niveau : Selon profil , Management, Communication
Prêt à postuler ?
Conseil Sécurité
Ne versez jamais d'argent pour obtenir un entretien. Taf4All ne vous contactera jamais pour vous demander des frais de dossier.
Ces offres pourraient aussi vous intéresser
Operations Supervisor
× Login Jobseeker Email: Password: Remember me Forgotten Password? Not Registered? × Login Employer Email: Password: Remember me Forgotten P
Operations Supervisor
Operations Supervisor THE CAPITAL GROUP LTD Job Description The Operations Supervisor is responsible for managing field operatives to delive
Assistant Supervisor - Packing Plant Operation
Job Summary Supervise the activities of assigned packing plant shift team to ensure plant operations are optimized and established targets f
Head Of Operations
window.notificationMessages = []; Find a Job + + + + Search const TopSearch = { handleSubmit: function (event) { event.preventDefault(); eve