Logo
Creative Financial Staffing

Payroll Specialist

Creative Financial Staffing, Canton, Ohio, United States, 44718

Save Job

Job Title: Payroll Specialist

Location: On Site in North Canton, OH

Schedule: Monday - Friday

Salary: $60,000 - $65,000 About the Company and the Opportunity:

* This dynamic local construction company is expanding

* The company is proud of their accomplishments in community service and green building

* Great, diverse group of employees

* Awesome leadership team!

Responsibilities of the Payroll Specialist:

* Preparing reports and compiling summaries of earnings, taxes, deductions, leave, disability, and nontaxable wages

* Maintain compliance with union contracts

* Resolving payroll-related discrepancies, collecting and analyzing information

* Maintains payroll operations following policies and procedures and reporting needed changes

* Maintaining employee confidence and protecting payroll operations by keeping information confidential

Preferred Qualifications of the Payroll Specialist:

* Union payroll experienced required

* Accurate and detail oriented

* Experience within construction software (Foundations)

* 2-4 years of experience within payroll processing

For immediate and confidential consideration reach out to me, Kelley McEndree, at .

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