Job Description
Qualified Accountant (Practice) - Omagh - Permanent Riada are excited to be partnering with a leading accountancy Practice who are in search of an ambitious qualified Accountant to join their successful team. This is an exciting opportunity for the right candidate, offering clear progression into a leadership role as the firm continues to expand. The benefits you will receive:
1. £Attractive remuneration package
2. A varied and challenging portfolio of work
3. A commitment to ongoing training and development
4. Real opportunities for career progression
5. An early finish on a Friday
6. Hybrid working
With exposure to a varied and interesting client base your main responsibilities will be:
7. Deliver high quality compliance and advisory work to a variety of clients
8. Accounts preparation to completion for a range of sole traders, partnerships and limited companies
9. Preparation of Corporate Tax/VAT returns
10. Corporate Tax Compliance
11. Assist with tax planning and forecasting for clients
12. Management accounts, consultancy and ad hoc projects
13. Supervising/mentoring junior staff
14. Client advisory and relationship management
15. Working with a variety of systems including CCH, Sage Line 50 as well as QuickBooks and Xero
The successful candidate will have:
16. Previous Practice experience and a proven track record in delivering high quality services to a broad client base
17. An ACCA or ACA Chartered Accountant or strong Qualified by Experience Accountant
18. Applicants should be ambitious team-players with a desire to succeed
19. You will have strong IT skills
20. Excellent communication both written and verbal
21. Strong analytical abilities
DO NOT USE: Criteria
Benefits
Apply
Share with a Friend
22. Share Vacancy on Facebook
23. Share Vacancy on X
24. Share Vacancy on LinkedIn
25. Share Vacancy on WhatsApp
26. Send Vacancy to a friend
// function selectJob() { var jobID = '36927'; 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'); //