Job Title: Senior Accountant Location: Columbus, OH About Us: We pride ourselves on maintaining the highest standards of accounting and finance practices. Our team is dedicated, dynamic, and always ready to go the extra mile. We are currently seeking a skilled and motivated Senior Accountant to join our growing team. Position Overview: We are looking for an experienced Senior Accountant with a strong understanding of debits and credits, as well as a thorough knowledge of Generally Accepted Accounting Principles (GAAP). The ideal candidate will be a proactive team player who can manage multiple tasks and work well under pressure. Salary: $100,000 - $120,000 Senior Accountant Key Responsibilities:
Manage and oversee the daily operations of the accounting department
Prepare financial statements in compliance with GAAP
Review and reconcile general ledger accounts
Ensure accurate and timely monthly, quarterly, and year-end close processes
Analyze financial information and summarize financial status
Assist with tax audits and tax returns
Ensure compliance with all internal processes and regulatory requirements
Provide technical support and advice on management Senior Accountant Qualifications:
Minimum of 5 years of experience in accounting, preferably in a senior role
Strong understanding of debits, credits, and GAAP principles
Proficiency in accounting software and Microsoft Office Suite
Excellent analytical, problem-solving, and decision-making skills
Strong attention to detail and accuracy
Ability to manage multiple priorities and deadlines Senior Accountant Personality Fit:
A team player with excellent communication and interpersonal skills
Proactive and self-motivated with a strong sense of initiative
Ability to work collaboratively in a fast-paced environment
Willingness to mentor and guide junior team members Why Join Us:
Competitive salary and benefits package
Opportunity to work with a talented and supportive team
Professional development and growth opportunities
A positive and inclusive work environment How to Apply: Interested candidates are invited to submit their resume for the Senior Accountant role to the link attached We look forward to reviewing your application. #INJAN2025
EB- document.addEventListener('DOMContentLoaded', => { const root = document.querySelector('#job_desc'); if (!root) return; // Skip wrapping if we've already done it if (root.dataset.hashtagsWrapped === "1") return; const SKIP = new Set(['SCRIPT','STYLE']); const walker = document.createTreeWalker(root, NodeFilter.SHOW_TEXT, { acceptNode(node) { if (!node.nodeValue !node.nodeValue.match p{L}\p{N}_]+/u)) return NodeFilter.FILTER_REJECT; // Avoid wrapping inside an existing hashtag span let p = node.parentNode; while (p && p !== root) { if (p.nodeType === 1 && p.hasAttribute('data-hashtag')) return NodeFilter.FILTER_REJECT; if (SKIP.has(p.nodeName)) return NodeFilter.FILTER_REJECT; p = p.parentNode; } return NodeFilter.FILTER_ACCEPT; } }); const re = p{L}\p{N}_ gu; function wrapTextNode(textNode) { const text = textNode.nodeValue; re.lastIndex = 0; let m, last = 0; const frag = document.createDocumentFragment ; while ((m = re.exec(text)) !== null) { // preceding plain text if (m.index > last) frag.appendChild(document.createTextNode(text.slice(last, m.index))); // hashtag span const span = document.createElement('span'); span.textContent = m[0]; span.setAttribute('data-hashtag', '1'); // idempotence guard span.setAttribute('style', 'font-size:9px;color:#fff'); // requested inline style frag.appendChild(span); last = re.lastIndex; } // trailing plain text if (last < text.length) frag.appendChild(document.createTextNode(text.slice(last))); textNode.parentNode.replaceChild(frag, textNode); } const toProcess = []; let n; while ((n = walker.nextNode toProcess.push(n); toProcess.forEach(wrapTextNode); root.dataset.hashtagsWrapped = "1"; });