نتایج جستجو برای: accountants

تعداد نتایج: 1447  

2001
Margaret Lightbody

In 1993, Booth proposed a framework to facilitate an understanding of the significance of accounting and accountants in religious organisations. Despite its unique focus, this model has received little attention in the accounting literature. This paper utilises the findings of a study of church accounting and accountants to critically reflect on the definition and application of the elements of...

1998
David Coy Mort Nelson John Buchanan Jim Fisher

This study uses a self-administered postal questionnaire to compare spreadsheet use by accountants in Australia, Canada and New Zealand in 1996-97. The objectives are to identify differences, if any, between countries in uptake and use of spreadsheets by accountants. Overall the study found a high level of spreadsheet diffusion in all three countries, with Canada being a little ahead of Austral...

2012
Kim Watty

Purpose – To provide a view of quality in accounting education from the perspective of a critical stakeholder group – academic accountants. The identification of this view adds to the growing discussions around quality, and how it is assured in higher education. Design/methodology/approach – Applying a framework for defining quality in higher education to an accounting context, a postal survey ...

2009
Michael J. COHEN

This article describes the procedures by which accounting standards are established in the United States. It illustrates the application of those procedures in practice, by describing how they are being applied to develop standards for accounting for inflation. The United States has a unique institutional structure for the promulgation of accounting standards a private sector Financial Accounti...

Journal: :EJIS 2005
Mike Newman Chris Westrup

Received: 6 June 2005 Revised: 4 July 2005 Accepted: 4 July 2005 Abstract In the last 10 years, the majority of large companies have attempted to install Enterprise Resource Planning (ERP) systems, replacing functional systems with a standardised company-wide system. However, making an ERP system work, we contend, is more than an issue of technical expertise or social accommodation: it is an on...

2015
James L. Bierstaker Richard G. Brody Carl Pacini

Purpose – The purpose of this study is to examine the extent to which accountants, internal auditors, and certified fraud examiners use fraud prevention and detection methods, and their perceptions regarding the effectiveness of these methods. Design/methodology/approach – A survey was administered to 86 accountants, internal auditors and certified fraud examiners. Findings – The results indica...

1999
Ariela Caglio Michael Newman

New, integrated information systems, particularly enterprise resource planning systems (ERPS), have begun to challenge the traditional roles played by management accountants. The aim of our research project is to examine how the implementation of a new ERPS impacts on the roles played by management accountants within modern organizations. By drawing on structuration theory, we argue that such c...

Journal: :JDFSL 2010
Grover S. Kearns

Computer forensics involves the investigation of digital sources to acquire evidence that can be used in a court of law. It can also be used to identify and respond to threats to hosts and systems. Accountants use computer forensics to investigate computer crime or misuse, theft of trade secrets, theft of or destruction of intellectual property, and fraud. Education of accountants to use forens...

2003
Khairul Aziz

Recent studies have found job satisfaction to be positively related to user information satisfaction. Studies have also indicated that job satisfaction will influence the performance both at the individual level and the organizational level. This study concentrates on looking into accountants’ satisfaction toward the computerised accounting system, and its influence on their job satisfaction. O...

2006
Stephen Taylor Sarah McVay

The Institute of Chartered Accountants in Australia (the Institute) is the professional body representing Chartered Accountants in Australia. Our reach extends to more than 53,000 of today and tomorrow's business leaders, representing some 43,000 Chartered Accountants and 10,000 of Australia's best accounting graduates who are currently enrolled in our world-class postgraduate program. Our memb...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->