Accounts Receivable Specialist
$55,000 - $65,000 Are you a meticulous and organized individual with a keen interest in numbers and financial processes? We are actively seeking a talented and dedicated Accounts Receivable Specialist to join our team! As an integral part of our accounting department, you will play a vital role in overseeing the financial transactions of our organization, ensuring collections are both timely and accurate. About the Company: Renowned for delivering comprehensive solutions to businesses of all sizes, we prioritize exceptional service and meticulous attention to detail. Our positive and collaborative culture underscores teamwork, transparent communication, and continuous learning. Become an Accounts Receivable Specialist with us, collaborating with seasoned accounting professionals to gain practical experience in accounts receivable management. Accounts Receivable Specialist Responsibilities:
Invoicing and Billing: Skillfully prepare and issue customer invoices accurately and in a timely manner.
Collections: Contribute to the collections process by fostering positive relationships and contacting customers for outstanding payments.
Payments Processing: Record and reconcile incoming payments with a focus on proper allocation.
Account Reconciliation: Assist in reconciling customer accounts promptly, resolving any discrepancies.
Reporting: Provide essential support in generating fundamental accounts receivable reports for review by the finance team. Accounts Receivable Specialist Qualifications:
High school diploma or equivalent.
Basic knowledge of finance or accounting principles is advantageous but not mandatory.
Proficiency in MS Office Suite, particularly Excel, is highly desirable.
Impeccable attention to detail and accuracy in data entry.
Effective communication skills and the ability to work collaboratively as part of a team. Join our team and launch your career in finance! If you are dependable, organized, and enthusiastic about learning, we invite you to apply. To apply, please submit your updated resume. We eagerly anticipate welcoming you on board as our new Accounts Receivable Specialist!
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"; });