Logo
Creative Financial Staffing

Accounts Payable Analyst

Creative Financial Staffing, Chicago, Illinois, United States, 60630

Save Job

Accounts Payable Analyst We are working with a well-established manufacturing company looking to add an Accounts Payable Analyst to their growing team. This is a great opportunity for someone who enjoys structure, teamwork, and solving problems in a fast-paced environment. Why Work Here

* Stable, long-standing global leader

* Supportive, collaborative team

* Respectful leadership that values input

* Well-defined processes and training

* Room to grow and take on more

* High visibility role

Responsibilities of the Accounts Payable Analyst

* Process high-volume invoices and match to POs

* Reconcile statements and resolve issues with vendors

* Work closely with inventory, purchasing, and warehouse teams

* Help with month-end tasks and reporting

* Assist with payment runs and documentation

* Pitch in across the team as needed

Experience Preferred for the Accounts Payable Analyst

* Bachelor's Degree in Accounting

* 3+ years of accounts payable experience

* AS400 ERP experience or similar software

* Manufacturing or distribution background preferred

* Comfortable in Excel and accounting systems

* Strong attention to detail

#INDEC2025

#INJAN2026

EB-1531101051 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