Job Description
Practice Accountant - Ballymoney - Permanent This is a fantastic opportunity to join a family-run firm where your practical experience and expertise will make a real impact. You’ll enjoy a supportive team culture and the opportunity to grow your career. As a growing practice, a new opportunity for a Practice Accountant is now available to join the team. About the role:
1. Salary: £Negotiable salary
2. Monday to Friday
3. Company pension scheme
4. Permanent
Our client is a family-run practice offering a wide range of services within the accountancy field. They pride themselves on providing a friendly, supportive, and professional environment where both clients and team members are valued. What you will be doing in this role?
5. Prepare and review financial statements for clients
6. Manage and oversee the preparation of tax returns for both individuals and businesses, ensuring timely and accurate filing
7. Provide clients with tax planning advice and financial recommendations
8. Assist clients with financial forecasting, budgeting, and reporting
9. Manage a portfolio of clients, ensuring high levels of customer satisfaction and addressing their accounting needs.
10. Conduct audits and provide audit support as required.
11. Liaise with HMRC and other relevant 3rd party authorities regarding client matters
12. Keep up to date with accounting and tax regulations to ensure accurate and compliant service delivery
What requirements are needed for this role?
13. Experience within accountancy practice
14. Understanding of tax, accounting, and audit procedures
15. Formal qualifications such as ACA/ACCA
16. Experience with accounting software (e.g., Xero, Sage, QuickBooks) and proficiency in Microsoft Office
17. Excellent communication and interpersonal skills, with the ability to build strong client relationships.
18. Strong organisational skills with the ability to manage multiple tasks and deadlines
19. A proactive and solution-focused approach to problem-solving
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
20. Share Vacancy on Facebook
21. Share Vacancy on X
22. Share Vacancy on LinkedIn
23. Share Vacancy on WhatsApp
24. Send Vacancy to a friend
// function selectJob() { var jobID = '35116'; var tagName = ''; if (GlobalEventObject != null) { target = GlobalEventObject.target || GlobalEventObject.srcElement; tagName = target.tagName; } tagName = tagName.toUpperCase(); if (tagName == 'A' || tagName == 'IMG') return; var newStatus = !$('#chk' + jobID).attr('checked'); if (tagName == 'INPUT') newStatus = !newStatus; PageMethods.HighlightJob(jobID, newStatus, AddSuccess, AddFailed, jobID) } function AddSuccess(res, joblst, newStatus) { var manyList = joblst.split(','); for (var jobid = 0; jobid < manyList.length; jobid++) { if (res == "added" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).addClass('selected'); $('#chk' + manyList[jobid]).attr('checked', true); } else if (res == "removed" && $('#job' + manyList[jobid])) { $('#job' + manyList[jobid]).removeClass('selected'); $('#chk' + manyList[jobid]).attr('checked', false); } } return false; } function AddFailed(res, jobid, newStatus) { alert('An error occurred whilst adding this vacancy to your list. Please try again'); return false; } PageMethods.set_path('/vacancies/vacancy-details.aspx'); //