Logo
Creative Financial Staffing

Staff Accountant

Creative Financial Staffing, Houston, Texas, United States, 77064

Save Job

Junior Accountant

Compensation: $50,000 - $70,000 base Why Consider This Junior Accountant Role:

* Career Growth and Development: Gain exposure to multiple accounting functions, from reconciliations to month-end close, with opportunities to grow into senior accounting roles.

* Collaborative and Positive Working Environment: Work alongside a supportive accounting and finance team in a "tiny but mighty" corporate office setting.

* Hands-On Learning: Get experience with Blackline matching, journal entries, accruals, and property tax reporting while building a strong accounting foundation.

* Amazing Company Culture: Be part of a company known for employee engagement, community involvement, and a professional yet approachable atmosphere.

* Competitive Compensation and Benefits: Enjoy a competitive salary, comprehensive benefits, and performance-based incentives.

* Professional Development: Develop technical skills in Excel, accounting systems, and period-end close processes while gaining exposure to multi-entity and franchise operations.

Key Responsibilities of the Junior Accountant:

* Perform credit card reconciliations and track utility and property tax accruals.

* Prepare journal entries and support month-end close activities.

* Conduct account reconciliations and research discrepancies as needed.

* Assist with general administrative and accounting tasks across finance teams.

* Support ad hoc projects, providing accurate data and timely reporting.

* Maintain organized records and ensure adherence to internal controls.

Qualifications of the Junior Accountant:

* Bachelor's degree in Accounting required.

* Proficiency in Microsoft Excel; experience with Blackline is a plus.

* Comfortable performing manual data entry for portions of the workday.

#LI-EA5 #INDEC2025 EB-1735083404 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