CDIil y a 8 jours

Admin Officer

Non precisé
Post A Job Post A Job Admin & Office Hospitality

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 Admin & Office Hospitality & Hotel Lagos Full Time Admin Officer Admin Officer Market Trends International Admin & Office 1 month ago Easy apply Lagos Full Time Hospitality & Hotel NGN
70,000 - 150,000 Share link Share on WhatsApp Share on LinkedIn Share on Facebook Share on Twitter Share via SMS Job summary We are seeking a proactive and organized Administrative Officer to oversee daily office operations and provide administrative support to ensure efficient running of the organization. The ideal candidate will be responsible for coordinating office activities, managing records, and supporting management and staff with administrative tasks. Min Qualification: Degree Experience Level: Entry level Experience Length: 2 years Job descriptions & requirements Responsibilities: Office Administration: Manage daily administrative operations of the office. Maintain and organize office files, records, and documents. Handle incoming and outgoing correspondence, including emails and letters. Ensure office supplies are adequately stocked and maintained. Coordination & Support: Provide administrative support to management and various departments. Schedule meetings, prepare agendas, and take meeting minutes when required. Assist in coordinating company events, meetings, and appointments. Record Keeping & Documentation: Maintain proper documentation of company records and reports. Prepare and update administrative reports as required. Ensure confidentiality and proper handling of sensitive information. Vendor & Facility Management: Liaise with vendors, service providers, and building management when necessary. Monitor office equipment and arrange maintenance or repairs when needed. Ensure the office environment is clean, organized, and functional. Compliance & Process Improvement: Ensure compliance with company policies and administrative procedures. Assist in improving administrative processes to enhance efficiency. Requirements: Bachelor’s degree in Business Administration, Management, or a related field. 2–3 years of experience in administrative or office management roles. Proficiency in Microsoft Office Suite (Word, Excel, Outlook) and Google Workspace. Strong organizational and multitasking abilities. Excellent communication and interpersonal skills. High level of professionalism and attention to detail. Ability to handle confidential information with discretion. Preferred Skills (Not Mandatory): Experience with office management tools or ERP systems. Basic knowledge of record management and reporting systems. Work Environment & Benefits: Competitive salary and benefits package. Opportunities for training and career growth. Collaborative and dynamic work environment. Benefits Package: HMO Annual Leave Allowance Pension Scheme Location: Lagos Work Mode: Hybrid Remuneration: NGN 120,000 – 150,000 Net 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,

Conseil Sécurité

Ne versez jamais d'argent pour obtenir un entretien. Taf4All ne vous contactera jamais pour vous demander des frais de dossier.